Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: public/web/WebAutofillClient.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebAudioSourceProviderClient.h ('k') | public/web/WebBindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/web/WebAudioSourceProviderClient.h ('k') | public/web/WebBindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698