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

Unified Diff: content/shell/renderer/test_runner/MockWebAudioDevice.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/MockWebAudioDevice.h
diff --git a/content/shell/renderer/test_runner/MockWebAudioDevice.h b/content/shell/renderer/test_runner/MockWebAudioDevice.h
index 54cd345db90235091cb3ec81854fff7c632b6e50..a18fa6d22100920db981f1a8f90fe65f5b4be5f7 100644
--- a/content/shell/renderer/test_runner/MockWebAudioDevice.h
+++ b/content/shell/renderer/test_runner/MockWebAudioDevice.h
@@ -9,7 +9,7 @@
#include "content/shell/renderer/test_runner/TestCommon.h"
#include "third_party/WebKit/public/platform/WebAudioDevice.h"
-namespace WebTestRunner {
+namespace content {
class MockWebAudioDevice : public blink::WebAudioDevice {
public:
@@ -26,6 +26,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(MockWebAudioDevice);
};
-} // namespace WebTestRunner
+} // namespace content
#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCKWEBAUDIODEVICE_H_
« no previous file with comments | « content/shell/renderer/test_runner/MockSpellCheck.cpp ('k') | content/shell/renderer/test_runner/MockWebAudioDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698