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

Unified Diff: Source/modules/push_messaging/NavigatorPushManager.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/push_messaging/NavigatorPushManager.h
diff --git a/Source/modules/push_messaging/NavigatorPushManager.h b/Source/modules/push_messaging/NavigatorPushManager.h
index f62e635f51d90925d55469418e4791b5dd398e03..29f508f3964178758ca3f32ab993552ec3ffb740 100644
--- a/Source/modules/push_messaging/NavigatorPushManager.h
+++ b/Source/modules/push_messaging/NavigatorPushManager.h
@@ -8,7 +8,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class Navigator;
class PushManager;
@@ -31,6 +31,6 @@ private:
PersistentWillBeMember<PushManager> m_pushManager;
};
-} // namespace WebCore
+} // namespace blink
#endif // NavigatorPushManager_h
« no previous file with comments | « Source/modules/performance/WorkerPerformance.cpp ('k') | Source/modules/push_messaging/NavigatorPushManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698