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

Unified Diff: Source/web/WebFrameImpl.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/WebFormElement.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index 00865c5895884e2912ba939e97304a0a6cc4ff97..325f0dc66dd94182f3c0be9191422d4bfea5c9d9 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -56,7 +56,7 @@ struct FrameLoadRequest;
struct WindowFeatures;
}
-namespace WebKit {
+namespace blink {
class ChromePrintContext;
class WebDataSourceImpl;
class WebInputElement;
@@ -534,6 +534,6 @@ inline const WebFrameImpl* toWebFrameImpl(const WebFrame* webFrame)
// This will catch anyone doing an unnecessary cast.
void toWebFrameImpl(const WebFrameImpl*);
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebFormElement.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698