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

Unified Diff: Source/testing/runner/MockColorChooser.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/GamepadController.cpp ('k') | Source/testing/runner/MockColorChooser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockColorChooser.h
diff --git a/Source/testing/runner/MockColorChooser.h b/Source/testing/runner/MockColorChooser.h
index 94198d84450bb1f0b15df5fc41ccd4f8a1863dac..3ac8106635d7c39308804e9a2153d7f62df0a7cc 100644
--- a/Source/testing/runner/MockColorChooser.h
+++ b/Source/testing/runner/MockColorChooser.h
@@ -41,19 +41,19 @@ namespace WebTestRunner {
class WebTestDelegate;
class WebTestProxyBase;
-class MockColorChooser : public WebKit::WebColorChooser, public WebKit::WebNonCopyable {
+class MockColorChooser : public blink::WebColorChooser, public blink::WebNonCopyable {
public:
- MockColorChooser(WebKit::WebColorChooserClient*, WebTestDelegate*, WebTestProxyBase*);
+ MockColorChooser(blink::WebColorChooserClient*, WebTestDelegate*, WebTestProxyBase*);
virtual ~MockColorChooser();
- // WebKit::WebColorChooser implementation.
- virtual void setSelectedColor(const WebKit::WebColor) OVERRIDE;
+ // blink::WebColorChooser implementation.
+ virtual void setSelectedColor(const blink::WebColor) OVERRIDE;
virtual void endChooser() OVERRIDE;
void invokeDidEndChooser();
WebTaskList* taskList() { return &m_taskList; }
private:
- WebKit::WebColorChooserClient* m_client;
+ blink::WebColorChooserClient* m_client;
WebTestDelegate* m_delegate;
WebTestProxyBase* m_proxy;
WebTaskList m_taskList;
« no previous file with comments | « Source/testing/runner/GamepadController.cpp ('k') | Source/testing/runner/MockColorChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698