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

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

Issue 264003003: test_runner: Move everything else 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/MockWebSpeechRecognizer.cpp
diff --git a/content/shell/renderer/test_runner/MockWebSpeechRecognizer.cpp b/content/shell/renderer/test_runner/MockWebSpeechRecognizer.cpp
index 8aa232df459e02de46ddafc0cc2c1d801a5beb10..1d44c9dd363f59e6fda64016bbcd8ce8a006a304 100644
--- a/content/shell/renderer/test_runner/MockWebSpeechRecognizer.cpp
+++ b/content/shell/renderer/test_runner/MockWebSpeechRecognizer.cpp
@@ -12,7 +12,7 @@
using namespace blink;
using namespace std;
-namespace WebTestRunner {
+namespace content {
namespace {
@@ -224,4 +224,4 @@ void MockWebSpeechRecognizer::StepTask::runIfValid()
m_object->m_delegate->postTask(new StepTask(m_object));
}
-}
+} // namespace content
« no previous file with comments | « content/shell/renderer/test_runner/MockWebSpeechRecognizer.h ('k') | content/shell/renderer/test_runner/SpellCheckClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698