Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / InstallEvent.h
index cc2e615..b905f6c 100644 (file)
 #ifndef InstallEvent_h
 #define InstallEvent_h
 
-#include "bindings/v8/ScriptPromise.h"
+#include "bindings/core/v8/ScriptPromise.h"
 #include "modules/serviceworkers/InstallPhaseEvent.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class ExecutionContext;
 
@@ -58,6 +58,6 @@ private:
     InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // InstallEvent_h