| Index: content/shell/renderer/test_runner/SpellCheckClient.cpp
|
| diff --git a/content/shell/renderer/test_runner/SpellCheckClient.cpp b/content/shell/renderer/test_runner/SpellCheckClient.cpp
|
| index 3be3d0e5969f0ce4e08560b8af6ab0d8a63b5cb6..18caa4da44c9fe285a39ea2abd8bbf86ce414072 100644
|
| --- a/content/shell/renderer/test_runner/SpellCheckClient.cpp
|
| +++ b/content/shell/renderer/test_runner/SpellCheckClient.cpp
|
| @@ -10,11 +10,11 @@
|
| #include "third_party/WebKit/public/web/WebTextCheckingCompletion.h"
|
| #include "third_party/WebKit/public/web/WebTextCheckingResult.h"
|
|
|
| +using namespace WebTestRunner;
|
| using namespace blink;
|
| -using namespace content;
|
| using namespace std;
|
|
|
| -namespace WebTestRunner {
|
| +namespace content {
|
|
|
| namespace {
|
|
|
| @@ -141,4 +141,4 @@ WebString SpellCheckClient::autoCorrectWord(const WebString&)
|
| return WebString();
|
| }
|
|
|
| -}
|
| +} // namespace content
|
|
|