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

Unified Diff: Source/testing/runner/GamepadController.h

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/testing/runner/EventSender.cpp ('k') | Source/testing/runner/GamepadController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/GamepadController.h
diff --git a/Source/testing/runner/GamepadController.h b/Source/testing/runner/GamepadController.h
index 86a3b77a6c95becf8d41d78b68fcda64f6575b54..bcc5ea6771fdd6169447cf7036edcf2583ed443c 100644
--- a/Source/testing/runner/GamepadController.h
+++ b/Source/testing/runner/GamepadController.h
@@ -34,7 +34,7 @@
#include "CppBoundClass.h"
#include "public/platform/WebGamepads.h"
-namespace WebKit {
+namespace blink {
class WebGamepads;
class WebFrame;
}
@@ -47,7 +47,7 @@ class GamepadController : public CppBoundClass {
public:
GamepadController();
- void bindToJavascript(WebKit::WebFrame*, const WebKit::WebString& classname);
+ void bindToJavascript(blink::WebFrame*, const blink::WebString& classname);
void setDelegate(WebTestDelegate*);
void reset();
@@ -62,7 +62,7 @@ private:
void setAxisData(const CppArgumentList&, CppVariant*);
void fallbackCallback(const CppArgumentList&, CppVariant*);
- WebKit::WebGamepads m_gamepads;
+ blink::WebGamepads m_gamepads;
WebTestDelegate* m_delegate;
};
« no previous file with comments | « Source/testing/runner/EventSender.cpp ('k') | Source/testing/runner/GamepadController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698