Index: content/shell/renderer/test_runner/MockSpellCheck.h |
diff --git a/content/shell/renderer/test_runner/MockSpellCheck.h b/content/shell/renderer/test_runner/MockSpellCheck.h |
index 86918daedc9bc13108c3a5b95e2b3aff39209e19..46f4a05b501a54977e23e7328ad234d2c8a118d7 100644 |
--- a/content/shell/renderer/test_runner/MockSpellCheck.h |
+++ b/content/shell/renderer/test_runner/MockSpellCheck.h |
@@ -12,7 +12,7 @@ |
#include "third_party/WebKit/public/platform/WebVector.h" |
#include "third_party/WebKit/public/web/WebTextCheckingResult.h" |
-namespace WebTestRunner { |
+namespace content { |
// A mock implementation of a spell-checker used for WebKit tests. |
// This class only implements the minimal functionarities required by WebKit |
@@ -64,6 +64,6 @@ private: |
DISALLOW_COPY_AND_ASSIGN(MockSpellCheck); |
}; |
-} |
+} // namespace content |
#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCKSPELLCHECK_H_ |