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

Unified Diff: public/web/WebDocument.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/WebDevToolsFrontendClient.h ('k') | public/web/WebDocumentType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index e78254b022d1acaee0d9e60113aaf2d4f77ef61b..943f025b67a7d0ad3afb8026545dd380c3e38b5a 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -51,7 +51,7 @@ class Value;
template <class T> class Handle;
}
-namespace WebKit {
+namespace blink {
class WebAXObject;
class WebDocumentType;
class WebElement;
@@ -151,6 +151,6 @@ public:
#endif
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDevToolsFrontendClient.h ('k') | public/web/WebDocumentType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698