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

Unified Diff: ui/touch_selection/ui_touch_selection_export.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
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
Index: ui/touch_selection/ui_touch_selection_export.h
diff --git a/ui/touch_selection/ui_touch_selection_export.h b/ui/touch_selection/ui_touch_selection_export.h
index e1f80bbcccf73d49dac670fab22f9cb942593849..def9a7da437ca97f571460507b51a57d24057a37 100644
--- a/ui/touch_selection/ui_touch_selection_export.h
+++ b/ui/touch_selection/ui_touch_selection_export.h
@@ -8,6 +8,8 @@
// Defines UI_TOUCH_SELECTION_EXPORT so that functionality implemented by the UI
// touch selection module can be exported to consumers.
+#include "build/build_config.h"
+
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
« no previous file with comments | « ui/touch_selection/touch_selection_controller_unittest.cc ('k') | ui/views_content_client/views_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698