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

Unified Diff: public/web/WebTextDirection.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/WebTextDecorationType.h ('k') | public/web/WebTextInputInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextDirection.h
diff --git a/public/web/WebTextDirection.h b/public/web/WebTextDirection.h
index 3d5129608bb3cb3df73ccb24ccc29dd8cf27460a..3bdbb9e0231001d38dd512e80355f58585b2a07f 100644
--- a/public/web/WebTextDirection.h
+++ b/public/web/WebTextDirection.h
@@ -31,7 +31,7 @@
#ifndef WebTextDirection_h
#define WebTextDirection_h
-namespace WebKit {
+namespace blink {
// Represents text directions (or writing directions) of a DOM node.
enum WebTextDirection {
@@ -40,6 +40,6 @@ enum WebTextDirection {
WebTextDirectionRightToLeft,
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebTextDecorationType.h ('k') | public/web/WebTextInputInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698