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

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

Powered by Google App Engine
This is Rietveld 408576698