Index: public/web/WebTextCheckingCompletion.h |
diff --git a/public/web/WebTextCheckingCompletion.h b/public/web/WebTextCheckingCompletion.h |
index 8bad8a8ebf1aef0ad67fe6bceda533bcdc184491..a63995466c061b6d2bb477413894c02c8ffd9dee 100644 |
--- a/public/web/WebTextCheckingCompletion.h |
+++ b/public/web/WebTextCheckingCompletion.h |
@@ -33,7 +33,7 @@ |
#include "../platform/WebCommon.h" |
-namespace WebKit { |
+namespace blink { |
struct WebTextCheckingResult; |
template <typename T> class WebVector; |
@@ -47,6 +47,6 @@ protected: |
~WebTextCheckingCompletion() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |