 Chromium Code Reviews
 Chromium Code Reviews Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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 |