| 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
|
|
|