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

Unified Diff: public/web/WebKit.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/WebInputEvent.h ('k') | public/web/WebLabelElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebKit.h
diff --git a/public/web/WebKit.h b/public/web/WebKit.h
index 396731135c9a46388910f75e3fc79ede5ab26c88..6b4382f46ed6114d30cbcc4ced0ffdab0576c1d6 100644
--- a/public/web/WebKit.h
+++ b/public/web/WebKit.h
@@ -37,7 +37,7 @@ namespace v8 {
class Isolate;
}
-namespace WebKit {
+namespace blink {
// Must be called on the thread that will be the main WebKit thread before
// using any other WebKit APIs. The provided Platform; must be
@@ -81,6 +81,6 @@ BLINK_EXPORT void enableLogChannel(const char*);
// containing plugins will be reloaded after refreshing the plugin list.
BLINK_EXPORT void resetPluginCache(bool reloadPages);
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebInputEvent.h ('k') | public/web/WebLabelElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698