Index: Source/web/EditorClientImpl.h |
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h |
index 8f76d8115c6f79fd0bd826d70b2985b079aa5fe1..5ffcf267b0fd7fcb1ad17418ff2cdbc5f6951701 100644 |
--- a/Source/web/EditorClientImpl.h |
+++ b/Source/web/EditorClientImpl.h |
@@ -42,7 +42,7 @@ class Frame; |
class HTMLInputElement; |
} |
-namespace WebKit { |
+namespace blink { |
class WebViewImpl; |
class WebTextCheckingCompletionImpl; |
@@ -119,6 +119,6 @@ private: |
int m_spellCheckThisFieldStatus; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |