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

Unified Diff: Source/modules/InitModules.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
« no previous file with comments | « Source/modules/EventTargetModules.h ('k') | Source/modules/InitModules.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/InitModules.h
diff --git a/Source/modules/InitModules.h b/Source/modules/InitModules.h
index eb6985a0a9c767955b77769a69a7b5f65b7846b0..024e761f6c6ec8f048df081fa0d67d6c2a9f5112 100644
--- a/Source/modules/InitModules.h
+++ b/Source/modules/InitModules.h
@@ -8,7 +8,7 @@
#include "core/Init.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class Event;
class ExceptionState;
@@ -23,6 +23,6 @@ public:
PassRefPtrWillBeRawPtr<Event> createEventModules(const String& eventType, ExceptionState&);
-} // namespace WebCore
+} // namespace blink
#endif // InitModules_h
« no previous file with comments | « Source/modules/EventTargetModules.h ('k') | Source/modules/InitModules.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698