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

Unified Diff: content/shell/renderer/test_runner/MockWebAudioDevice.cpp

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.cpp
diff --git a/content/shell/renderer/test_runner/MockWebAudioDevice.cpp b/content/shell/renderer/test_runner/MockWebAudioDevice.cpp
index b3bc68876207074ef7504002fa1a73bc4bdac7c6..4ca2cd5ed76e67d297d8052b08415687a4c04caf 100644
--- a/content/shell/renderer/test_runner/MockWebAudioDevice.cpp
+++ b/content/shell/renderer/test_runner/MockWebAudioDevice.cpp
@@ -4,9 +4,7 @@
#include "content/shell/renderer/test_runner/MockWebAudioDevice.h"
-using namespace blink;
-
-namespace WebTestRunner {
+namespace content {
MockWebAudioDevice::MockWebAudioDevice(double sampleRate)
: m_sampleRate(sampleRate)
@@ -30,4 +28,4 @@ double MockWebAudioDevice::sampleRate()
return m_sampleRate;
}
-} // namespace WebTestRunner
+} // namespace content
« no previous file with comments | « content/shell/renderer/test_runner/MockWebAudioDevice.h ('k') | content/shell/renderer/test_runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698