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

Unified Diff: Source/web/WebInputEventFactoryAndroid.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebInputEventConversion.cpp ('k') | Source/web/WebInputEventFactoryGtk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEventFactoryAndroid.cpp
diff --git a/Source/web/WebInputEventFactoryAndroid.cpp b/Source/web/WebInputEventFactoryAndroid.cpp
index 5b204cdbb5fe68473deaaabe1817ff0c6c62562f..902211ecadc2e2724c46f5150397aa723b5034cf 100644
--- a/Source/web/WebInputEventFactoryAndroid.cpp
+++ b/Source/web/WebInputEventFactoryAndroid.cpp
@@ -36,7 +36,7 @@
#include "core/platform/chromium/KeyboardCodes.h"
#include "wtf/Assertions.h"
-namespace WebKit {
+namespace blink {
WebKeyboardEvent WebInputEventFactory::keyboardEvent(WebInputEvent::Type type,
int modifiers,
@@ -176,4 +176,4 @@ WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type,
return result;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebInputEventConversion.cpp ('k') | Source/web/WebInputEventFactoryGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698