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 18caa4da44c9fe285a39ea2abd8bbf86ce414072..3e8d47d9cfcb130cb58020e24c29afe5beaebd7c 100644 |
--- a/content/shell/renderer/test_runner/SpellCheckClient.cpp |
+++ b/content/shell/renderer/test_runner/SpellCheckClient.cpp |
@@ -10,7 +10,6 @@ |
#include "third_party/WebKit/public/web/WebTextCheckingCompletion.h" |
#include "third_party/WebKit/public/web/WebTextCheckingResult.h" |
-using namespace WebTestRunner; |
using namespace blink; |
using namespace std; |
@@ -32,7 +31,7 @@ private: |
CallbackMethodType m_callback; |
}; |
-} |
+} // namespace |
SpellCheckClient::SpellCheckClient(WebTestProxyBase* webTestProxy) |
: m_lastRequestedTextCheckingCompletion(0) |