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

Unified Diff: public/web/WebScriptController.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/WebScriptBindings.h ('k') | public/web/WebScriptSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebScriptController.h
diff --git a/public/web/WebScriptController.h b/public/web/WebScriptController.h
index bc68c28241cd97e65560c3f620af420c1f70fc75..e4a9841c5bbcfe314c81edda44f27458ae374d41 100644
--- a/public/web/WebScriptController.h
+++ b/public/web/WebScriptController.h
@@ -37,7 +37,7 @@ namespace v8 {
class Extension;
}
-namespace WebKit {
+namespace blink {
class WebScriptController {
public:
@@ -59,6 +59,6 @@ private:
WebScriptController();
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebScriptBindings.h ('k') | public/web/WebScriptSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698