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

Unified Diff: Source/modules/serviceworkers/WaitUntilObserver.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/WaitUntilObserver.h
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
index 305625dd2e8d061e5d5ea773ab7619be909c2fdc..fc7614818eb1a00c412965907b508866fb546236 100644
--- a/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -17,9 +17,9 @@ class ScriptState;
class ScriptValue;
// Created for each InstallPhaseEvent instance.
-class WaitUntilObserver FINAL :
- public ContextLifecycleObserver,
- public RefCounted<WaitUntilObserver> {
+class WaitUntilObserver FINAL
+ : public ContextLifecycleObserver
+ , public RefCounted<WaitUntilObserver> {
public:
enum EventType {
Activate,
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerContainerClient.h ('k') | Source/web/CompositionUnderlineVectorBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698