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

Unified Diff: Source/modules/notifications/NotificationController.cpp

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/notifications/NotificationController.cpp
diff --git a/Source/modules/notifications/NotificationController.cpp b/Source/modules/notifications/NotificationController.cpp
index 512824b629a8801cfb4de24fa58042d12e2d8b6e..7bbbd18e5a2e7817585d4c9a7b061a4e07283583 100644
--- a/Source/modules/notifications/NotificationController.cpp
+++ b/Source/modules/notifications/NotificationController.cpp
@@ -31,7 +31,7 @@
#include "modules/notifications/NotificationClient.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
NotificationController::NotificationController(PassOwnPtr<NotificationClient> client)
: m_client(client)
@@ -71,4 +71,4 @@ void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> clien
NotificationController::provideTo(frame, NotificationController::supplementName(), NotificationController::create(client));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/notifications/NotificationController.h ('k') | Source/modules/notifications/NotificationPermissionCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698