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

Unified Diff: ui/native_theme/native_theme_dark_win.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
« no previous file with comments | « ui/native_theme/native_theme_base.h ('k') | ui/native_theme/native_theme_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_dark_win.h
diff --git a/ui/native_theme/native_theme_dark_win.h b/ui/native_theme/native_theme_dark_win.h
index 73b564bda8e7011f0c6cae55ca5ec7e3efc95656..e88bb666c1a17dea319428a793ca1ebc955cce07 100644
--- a/ui/native_theme/native_theme_dark_win.h
+++ b/ui/native_theme/native_theme_dark_win.h
@@ -5,8 +5,8 @@
#ifndef UI_NATIVE_THEME_NATIVE_THEME_DARK_WIN_H_
#define UI_NATIVE_THEME_NATIVE_THEME_DARK_WIN_H_
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "ui/native_theme/native_theme_win.h"
namespace ui {
« no previous file with comments | « ui/native_theme/native_theme_base.h ('k') | ui/native_theme/native_theme_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698