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

Unified Diff: components/html_viewer/ime_controller.h

Issue 1548993002: Switch to standard integer types in base/strings/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « components/dom_distiller/webui/dom_distiller_ui.h ('k') | components/os_crypt/os_crypt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/ime_controller.h
diff --git a/components/html_viewer/ime_controller.h b/components/html_viewer/ime_controller.h
index 740b5c5eca15365521be4340a5a1ac0b39dc0ee6..2c3e055ab244479fec6e46e17f92a919c1c60d5d 100644
--- a/components/html_viewer/ime_controller.h
+++ b/components/html_viewer/ime_controller.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_HTML_VIEWER_IME_CONTROLLER_H_
#define COMPONENTS_HTML_VIEWER_IME_CONTROLLER_H_
+#include "base/macros.h"
#include "third_party/WebKit/public/web/WebTextInputInfo.h"
namespace blink {
« no previous file with comments | « components/dom_distiller/webui/dom_distiller_ui.h ('k') | components/os_crypt/os_crypt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698