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

Unified Diff: Source/modules/notifications/NotificationClient.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/NotificationClient.h
diff --git a/Source/modules/notifications/NotificationClient.h b/Source/modules/notifications/NotificationClient.h
index ab94cbde9346e4f6b34ac426d9b9016722dff2ca..a45855921b27d419215c01caed3a84876b6f7e92 100644
--- a/Source/modules/notifications/NotificationClient.h
+++ b/Source/modules/notifications/NotificationClient.h
@@ -36,7 +36,7 @@
#include "modules/notifications/NotificationPermissionCallback.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class Notification;
@@ -72,6 +72,6 @@ public:
virtual Permission checkPermission(ExecutionContext*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // NotificationClient_h
« no previous file with comments | « Source/modules/notifications/Notification.cpp ('k') | Source/modules/notifications/NotificationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698