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

Unified Diff: Source/web/ServiceWorkerGlobalScopeProxy.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/CompositionUnderlineVectorBuilder.h ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
index 3f4cd2d763cd4db9c5ed00cb6a7d03a165bed7af..223ce1b482285921466ca97b119f2611a90b0e22 100644
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -59,9 +59,9 @@ class WebServiceWorkerRequest;
// An instance of this class is supposed to outlive until
// workerGlobalScopeDestroyed() is called by its corresponding
// WorkerGlobalScope.
-class ServiceWorkerGlobalScopeProxy FINAL :
- public WebServiceWorkerContextProxy,
- public blink::WorkerReportingProxy {
+class ServiceWorkerGlobalScopeProxy FINAL
+ : public WebServiceWorkerContextProxy
+ , public blink::WorkerReportingProxy {
WTF_MAKE_NONCOPYABLE(ServiceWorkerGlobalScopeProxy);
public:
static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, blink::ExecutionContext&, WebServiceWorkerContextClient&);
« no previous file with comments | « Source/web/CompositionUnderlineVectorBuilder.h ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698