Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / SpellCheckClient.cpp
index a32d272..3e8d47d 100644 (file)
@@ -13,7 +13,7 @@
 using namespace blink;
 using namespace std;
 
-namespace WebTestRunner {
+namespace content {
 
 namespace {
 
@@ -31,7 +31,7 @@ private:
     CallbackMethodType m_callback;
 };
 
-}
+}  // namespace
 
 SpellCheckClient::SpellCheckClient(WebTestProxyBase* webTestProxy)
     : m_lastRequestedTextCheckingCompletion(0)
@@ -140,4 +140,4 @@ WebString SpellCheckClient::autoCorrectWord(const WebString&)
     return WebString();
 }
 
-}
+}  // namespace content