| Index: content/shell/renderer/test_runner/MockSpellCheck.cpp
|
| diff --git a/content/shell/renderer/test_runner/MockSpellCheck.cpp b/content/shell/renderer/test_runner/MockSpellCheck.cpp
|
| index 033fd6b4ff805a4557a9e43e60184569066917ad..c0bd70c378bdf35218005e3b4334ac233be785df 100644
|
| --- a/content/shell/renderer/test_runner/MockSpellCheck.cpp
|
| +++ b/content/shell/renderer/test_runner/MockSpellCheck.cpp
|
| @@ -8,10 +8,11 @@
|
| #include "content/shell/renderer/test_runner/TestCommon.h"
|
| #include "third_party/WebKit/public/platform/WebCString.h"
|
|
|
| +using namespace WebTestRunner;
|
| using namespace blink;
|
| using namespace std;
|
|
|
| -namespace WebTestRunner {
|
| +namespace content {
|
|
|
| namespace {
|
|
|
| @@ -182,4 +183,4 @@ bool MockSpellCheck::initializeIfNeeded()
|
| return false;
|
| }
|
|
|
| -}
|
| +} // namespace content
|
|
|