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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainerClient.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
Index: Source/modules/serviceworkers/ServiceWorkerContainerClient.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
index 1b4b75b60c011189b2ce1d099929f03fe37dfffe..b2f1470372334ad75d703b320cb265d5b1c052d3 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
+++ b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
@@ -19,10 +19,10 @@ class ExecutionContext;
// This mainly exists to provide access to WebServiceWorkerProvider.
// Owned by Document (or WorkerClients).
-class ServiceWorkerContainerClient FINAL :
- public NoBaseWillBeGarbageCollectedFinalized<ServiceWorkerContainerClient>,
- public DocumentSupplement,
- public WillBeHeapSupplement<WorkerClients> {
+class ServiceWorkerContainerClient FINAL
+ : public NoBaseWillBeGarbageCollectedFinalized<ServiceWorkerContainerClient>
+ , public DocumentSupplement
+ , public WillBeHeapSupplement<WorkerClients> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerContainerClient);
WTF_MAKE_NONCOPYABLE(ServiceWorkerContainerClient);
public:
« no previous file with comments | « Source/modules/screen_orientation/ScreenScreenOrientation.h ('k') | Source/modules/serviceworkers/WaitUntilObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698