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

Unified Diff: Source/web/WebDevToolsAgentImpl.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/ServiceWorkerGlobalScopeProxy.h ('k') | Source/web/WebEmbeddedWorkerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 02f0abb23638486234571ea18352ee2e508d5034..ac82028d90015c56f55e1f65ba1e7591f7f3593d 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -67,12 +67,12 @@ struct WebMemoryUsageInfo;
struct WebURLError;
struct WebDevToolsMessageData;
-class WebDevToolsAgentImpl FINAL :
- public WebDevToolsAgentPrivate,
- public blink::InspectorClient,
- public blink::InspectorFrontendChannel,
- public WebPageOverlay,
- private WebThread::TaskObserver {
+class WebDevToolsAgentImpl FINAL
+ : public WebDevToolsAgentPrivate
+ , public blink::InspectorClient
+ , public blink::InspectorFrontendChannel
+ , public WebPageOverlay
+ , private WebThread::TaskObserver {
public:
WebDevToolsAgentImpl(WebViewImpl* webViewImpl, WebDevToolsAgentClient* client);
virtual ~WebDevToolsAgentImpl();
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.h ('k') | Source/web/WebEmbeddedWorkerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698