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

Unified Diff: Source/modules/notifications/Notification.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/Notification.h
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
index c00dfa1e981fddc591f41ac29726a693941d916c..fe32447006d4fcfecd23eef883ec38b907fe103d 100644
--- a/Source/modules/notifications/Notification.h
+++ b/Source/modules/notifications/Notification.h
@@ -41,7 +41,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
-namespace WebCore {
+namespace blink {
class Dictionary;
class ExecutionContext;
@@ -128,6 +128,6 @@ private:
AsyncMethodRunner<Notification> m_asyncRunner;
};
-} // namespace WebCore
+} // namespace blink
#endif // Notification_h
« no previous file with comments | « Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp ('k') | Source/modules/notifications/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698