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

Unified Diff: ash/system/tray/hover_highlight_view.h

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize 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: ash/system/tray/hover_highlight_view.h
diff --git a/ash/system/tray/hover_highlight_view.h b/ash/system/tray/hover_highlight_view.h
index 40819bd26b1d239e08a9e24f5ba925b0be7b9ed5..6188cce08a9da8e78309b58ab0f5dd8aa86db598 100644
--- a/ash/system/tray/hover_highlight_view.h
+++ b/ash/system/tray/hover_highlight_view.h
@@ -6,8 +6,8 @@
#define ASH_SYSTEM_TRAY_HOVER_HIGHLIGHT_VIEW_H_
#include "ash/system/tray/actionable_view.h"
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "ui/gfx/font.h"
#include "ui/gfx/text_constants.h"
« no previous file with comments | « ash/system/tray/fixed_sized_scroll_view.h ('k') | ash/system/tray/media_security/multi_profile_media_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698