Index: public/web/WebAutofillClient.h |
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h |
index b69043317e34b856ddd37e7d081c1788e4ab988e..afc789d3c3f0936ed38039107c7b42903a5ef5b5 100644 |
--- a/public/web/WebAutofillClient.h |
+++ b/public/web/WebAutofillClient.h |
@@ -31,7 +31,7 @@ |
#ifndef WebAutofillClient_h |
#define WebAutofillClient_h |
-namespace WebKit { |
+namespace blink { |
class WebFormElement; |
class WebFrame; |
@@ -101,6 +101,6 @@ protected: |
virtual ~WebAutofillClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |