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

Unified Diff: public/web/WebElement.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/WebDraggableRegion.h ('k') | public/web/WebExceptionCode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebElement.h
diff --git a/public/web/WebElement.h b/public/web/WebElement.h
index dc7abbeb4298a66679710784b7e5ce5bb71e2142..3bfd310f39d0a3073243b335ac5a49a8dfa23c4e 100644
--- a/public/web/WebElement.h
+++ b/public/web/WebElement.h
@@ -38,7 +38,7 @@
namespace WebCore { class Element; }
#endif
-namespace WebKit {
+namespace blink {
struct WebRect;
// Provides access to some properties of a DOM element node.
@@ -95,6 +95,6 @@ struct WebRect;
#endif
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDraggableRegion.h ('k') | public/web/WebExceptionCode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698