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

Unified Diff: Source/modules/push_messaging/PushManager.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
« no previous file with comments | « Source/modules/push_messaging/PushEvent.cpp ('k') | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/push_messaging/PushManager.h
diff --git a/Source/modules/push_messaging/PushManager.h b/Source/modules/push_messaging/PushManager.h
index 54854033e1abfda4acc3367b22dc3f64f70911a9..fd2ee3f67c2db5bc55fe92bb4e3ab5be8cc64e9b 100644
--- a/Source/modules/push_messaging/PushManager.h
+++ b/Source/modules/push_messaging/PushManager.h
@@ -9,7 +9,7 @@
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class ScriptPromise;
@@ -31,6 +31,6 @@ private:
PushManager();
};
-} // namespace WebCore
+} // namespace blink
#endif // PushManager_h
« no previous file with comments | « Source/modules/push_messaging/PushEvent.cpp ('k') | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698