Index: ash/root_window_settings.h |
diff --git a/ash/root_window_settings.h b/ash/root_window_settings.h |
index dc6764738b72e09e9fb4101084f7a1d90edeaed2..84abc3fb247d3e567d180feb153ee23400282506 100644 |
--- a/ash/root_window_settings.h |
+++ b/ash/root_window_settings.h |
@@ -5,8 +5,9 @@ |
#ifndef ASH_ROOT_WINDOW_SETTINGS_H_ |
#define ASH_ROOT_WINDOW_SETTINGS_H_ |
+#include <stdint.h> |
+ |
#include "ash/ash_export.h" |
-#include "base/basictypes.h" |
namespace aura { |
class Window; |
@@ -23,7 +24,7 @@ struct RootWindowSettings { |
RootWindowSettings(); |
// ID of the display associated with the root window. |
- int64 display_id; |
+ int64_t display_id; |
// RootWindowController for the root window. This may be NULL |
// for the root window used for mirroring. |