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

Unified Diff: Source/web/CompositionUnderlineBuilder.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 | « Source/web/ColorChooserUIController.cpp ('k') | Source/web/CompositionUnderlineVectorBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/CompositionUnderlineBuilder.h
diff --git a/Source/web/CompositionUnderlineBuilder.h b/Source/web/CompositionUnderlineBuilder.h
index 6ed745547bb879cfa22fe5c1e432a85ff59fa330..bc64371723fde7bd2a3a3ce26abd82b3d13ee007 100644
--- a/Source/web/CompositionUnderlineBuilder.h
+++ b/Source/web/CompositionUnderlineBuilder.h
@@ -36,7 +36,7 @@
#include "public/platform/WebVector.h"
#include "wtf/Vector.h"
-namespace WebKit {
+namespace blink {
// This class is used for converting from WebCompositionUnderline to
// WebCore::CompositionUnderline.
@@ -48,6 +48,6 @@ public:
WebCore::Color(u.color), u.thick) { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/ColorChooserUIController.cpp ('k') | Source/web/CompositionUnderlineVectorBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698