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

Unified Diff: public/web/WebNode.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/WebNetworkStateNotifier.h ('k') | public/web/WebNodeCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNode.h
diff --git a/public/web/WebNode.h b/public/web/WebNode.h
index a43864428d0d32f5ba10ef87b424e4904530438d..4afdbcb07b322c8d96dfca73321d685cf82d80b6 100644
--- a/public/web/WebNode.h
+++ b/public/web/WebNode.h
@@ -38,7 +38,7 @@
namespace WebCore { class Node; }
-namespace WebKit {
+namespace blink {
class WebDOMEvent;
class WebDOMEventListener;
class WebDOMEventListenerPrivate;
@@ -177,6 +177,6 @@ inline bool operator<(const WebNode& a, const WebNode& b)
return a.lessThan(b);
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebNetworkStateNotifier.h ('k') | public/web/WebNodeCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698