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

Unified Diff: ui/base/ime/composition_underline.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « ui/aura/bench/bench_main.cc ('k') | ui/base/ime/text_input_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/composition_underline.h
diff --git a/ui/base/ime/composition_underline.h b/ui/base/ime/composition_underline.h
index 6ad096f73fa78c5ff57e645782083393fef299fa..c8d09d8416336eb0b86ece88b53af062a80efb04 100644
--- a/ui/base/ime/composition_underline.h
+++ b/ui/base/ime/composition_underline.h
@@ -11,7 +11,7 @@
namespace ui {
-// Intentionally keep sync with WebKit::WebCompositionUnderline defined in:
+// Intentionally keep sync with blink::WebCompositionUnderline defined in:
// third_party/WebKit/public/web/WebCompositionUnderline.h
struct CompositionUnderline {
CompositionUnderline()
@@ -38,7 +38,7 @@ struct CompositionUnderline {
}
// Though use of unsigned is discouraged, we use it here to make sure it's
- // identical to WebKit::WebCompositionUnderline.
+ // identical to blink::WebCompositionUnderline.
unsigned start_offset;
unsigned end_offset;
SkColor color;
« no previous file with comments | « ui/aura/bench/bench_main.cc ('k') | ui/base/ime/text_input_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698