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

Unified Diff: Source/modules/serviceworkers/InstallEvent.h

Issue 403013002: Rename WebCore to blink in Modules (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/InstallEvent.h
diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
index 6ca2f5b8e90582130d39d9b2adb85f32443fd4ed..b905f6c0f5a71bb72af43ea5683be552217f8c18 100644
--- a/Source/modules/serviceworkers/InstallEvent.h
+++ b/Source/modules/serviceworkers/InstallEvent.h
@@ -35,7 +35,7 @@
#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
« no previous file with comments | « Source/modules/serviceworkers/HeadersForEachCallback.h ('k') | Source/modules/serviceworkers/InstallEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698