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

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.h

Issue 263823011: test_runner: Move more Mock* files into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: content/shell/renderer/test_runner/WebTestProxy.h
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
index c089e6426eeea9597c37c6dfea170c5309c72053..47671e479633b40b594ef44e88d8b523ed6e19fc 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.h
+++ b/content/shell/renderer/test_runner/WebTestProxy.h
@@ -73,7 +73,6 @@ typedef unsigned WebColor;
namespace WebTestRunner {
class MockWebSpeechRecognizer;
-class SpellCheckClient;
class TestInterfaces;
class WebTestDelegate;
class WebTestInterfaces;
@@ -83,6 +82,7 @@ class WebUserMediaClientMock;
namespace content {
class RenderFrame;
+class SpellCheckClient;
class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
public:
@@ -207,7 +207,7 @@ private:
WebTestRunner::WebTaskList m_taskList;
- scoped_ptr<WebTestRunner::SpellCheckClient> m_spellcheck;
+ scoped_ptr<SpellCheckClient> m_spellcheck;
scoped_ptr<WebTestRunner::WebUserMediaClientMock> m_userMediaClient;
// Painting.
« no previous file with comments | « content/shell/renderer/test_runner/SpellCheckClient.cpp ('k') | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698