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

Unified Diff: Source/web/AutofillPopupMenuClient.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 | « Source/web/AssociatedURLLoader.cpp ('k') | Source/web/AutofillPopupMenuClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AutofillPopupMenuClient.h
diff --git a/Source/web/AutofillPopupMenuClient.h b/Source/web/AutofillPopupMenuClient.h
index 6286319694579b9da9ac98fd2ca44c312346e88d..bf41e175fdcd616db1427f334d941ab24dac2cdb 100644
--- a/Source/web/AutofillPopupMenuClient.h
+++ b/Source/web/AutofillPopupMenuClient.h
@@ -40,7 +40,7 @@ class PopupMenuStyle;
class RenderStyle;
}
-namespace WebKit {
+namespace blink {
class WebString;
class WebViewImpl;
template <typename T> class WebVector;
@@ -140,6 +140,6 @@ private:
bool m_useLegacyBehavior;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/AssociatedURLLoader.cpp ('k') | Source/web/AutofillPopupMenuClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698