summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/WebCompositionUnderline.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/public/web/WebCompositionUnderline.h')
-rw-r--r--third_party/WebKit/public/web/WebCompositionUnderline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/public/web/WebCompositionUnderline.h b/third_party/WebKit/public/web/WebCompositionUnderline.h
index 1c5c1f1..2c58662 100644
--- a/third_party/WebKit/public/web/WebCompositionUnderline.h
+++ b/third_party/WebKit/public/web/WebCompositionUnderline.h
@@ -33,7 +33,7 @@
#include "../platform/WebColor.h"
-namespace WebKit {
+namespace blink {
// Class WebCompositionUnderline is intended to be used with WebWidget's
// setComposition() method.
@@ -56,6 +56,6 @@ struct WebCompositionUnderline {
bool thick;
};
-} // namespace WebKit
+} // namespace blink
#endif