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

Unified Diff: Source/modules/push_messaging/PushController.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/PushController.h
diff --git a/Source/modules/push_messaging/PushController.h b/Source/modules/push_messaging/PushController.h
index 15a338dfffb717e228ef23184d9abae4174d9fdd..fbd1aa70c00a15299fc862f0ff11929ca1fad853 100644
--- a/Source/modules/push_messaging/PushController.h
+++ b/Source/modules/push_messaging/PushController.h
@@ -15,7 +15,7 @@ namespace blink {
class WebPushClient;
} // namespace blink
-namespace WebCore {
+namespace blink {
class PushController FINAL : public NoBaseWillBeGarbageCollected<PushController>, public WillBeHeapSupplement<Page> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PushController);
@@ -39,6 +39,6 @@ private:
void providePushControllerTo(Page&, blink::WebPushClient*);
-} // namespace WebCore
+} // namespace blink
#endif // PushController_h
« no previous file with comments | « Source/modules/push_messaging/NavigatorPushManager.cpp ('k') | Source/modules/push_messaging/PushController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698