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

Unified Diff: Source/modules/vibration/NavigatorVibration.h

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/vibration/NavigatorVibration.h
diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
index 05ec723ea46565e198618756ab742bc4e84acf04..1cb49b3eecc0b5c4f1c1426066ac42829b75d387 100644
--- a/Source/modules/vibration/NavigatorVibration.h
+++ b/Source/modules/vibration/NavigatorVibration.h
@@ -20,8 +20,8 @@
#ifndef NavigatorVibration_h
#define NavigatorVibration_h
-#include "core/page/Page.h"
#include "core/page/PageLifecycleObserver.h"
+#include "core/page/PageSupplementable.h"
#include "platform/Timer.h"
tasak 2015/04/22 03:14:48 Supplementable.h includes platform/heap/Handle.h a
#include "wtf/PassOwnPtr.h"
#include "wtf/Vector.h"
@@ -30,6 +30,7 @@ namespace blink {
class LocalFrame;
class Navigator;
+class Page;
class UnsignedLongOrUnsignedLongSequence;
class NavigatorVibration final

Powered by Google App Engine
This is Rietveld 408576698