Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2060)

Unified Diff: Source/web/WebPagePopupImpl.h

Issue 423803002: Cosmetic change to base class lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index 3d872cec0aa3aca3386c2fb959f97fdfc60f3307..ca4991104ee7f3d737bc1758a55b4445cfc8b87d 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -51,11 +51,11 @@ class WebLayerTreeView;
class WebLayer;
class WebViewImpl;
-class WebPagePopupImpl FINAL :
- public WebPagePopup,
- public PageWidgetEventHandler,
- public blink::PagePopup,
- public RefCounted<WebPagePopupImpl> {
+class WebPagePopupImpl FINAL
+ : public WebPagePopup
+ , public PageWidgetEventHandler
+ , public blink::PagePopup
+ , public RefCounted<WebPagePopupImpl> {
WTF_MAKE_NONCOPYABLE(WebPagePopupImpl);
WTF_MAKE_FAST_ALLOCATED;
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698