Index: ash/wm/window_properties.h |
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h |
index ad0bcb97776068e8f89158b9edbfeebf9bf5b62e..6d2025ef70e26bfaafef85a63e0cdb69e7e16ce8 100644 |
--- a/ash/wm/window_properties.h |
+++ b/ash/wm/window_properties.h |
@@ -5,6 +5,8 @@ |
#ifndef ASH_WM_WINDOW_PROPERTIES_H_ |
#define ASH_WM_WINDOW_PROPERTIES_H_ |
+#include <stdint.h> |
+ |
#include "ash/ash_export.h" |
#include "ash/common/shelf/shelf_item_types.h" |
#include "ui/base/ui_base_types.h" |
@@ -45,7 +47,7 @@ ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const |
ASH_EXPORT extern const aura::WindowProperty<ShelfID>* const kShelfIDKey; |
// A property key to store the type of a window's shelf item. |
-ASH_EXPORT extern const aura::WindowProperty<int>* const kShelfItemTypeKey; |
+ASH_EXPORT extern const aura::WindowProperty<int32_t>* const kShelfItemTypeKey; |
// Containers with this property (true) are aligned with physical pixel |
// boundary. |