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

Unified Diff: Source/modules/notifications/NotificationController.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/notifications/NotificationController.h
diff --git a/Source/modules/notifications/NotificationController.h b/Source/modules/notifications/NotificationController.h
index c2cad56d04b5a44a28fe31e0d9b3934679334354..01db764b5ffa7513a989c1a4ec25e6a87d9c0e10 100644
--- a/Source/modules/notifications/NotificationController.h
+++ b/Source/modules/notifications/NotificationController.h
@@ -30,7 +30,7 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-namespace WebCore {
+namespace blink {
class NotificationClient;
class NotificationPermissionClient;
@@ -58,6 +58,6 @@ private:
void provideNotification(LocalFrame&, PassOwnPtr<NotificationClient>);
-} // namespace WebCore
+} // namespace blink
#endif // NotificationController_h
« no previous file with comments | « Source/modules/notifications/NotificationClient.h ('k') | Source/modules/notifications/NotificationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698