Index: ash/shelf/shelf_util.cc |
diff --git a/ash/shelf/shelf_util.cc b/ash/shelf/shelf_util.cc |
index 7a7b1515b4d73fea9a340b04aa32f9f7b968eea1..2d008ff3ce25c6c270c752ab9c912d2b3fc21867 100644 |
--- a/ash/shelf/shelf_util.cc |
+++ b/ash/shelf/shelf_util.cc |
@@ -12,7 +12,7 @@ DECLARE_WINDOW_PROPERTY_TYPE(ash::ShelfItemDetails*); |
namespace ash { |
-DEFINE_LOCAL_WINDOW_PROPERTY_KEY(ShelfID, kShelfID, kInvalidShelfID); |
+DEFINE_WINDOW_PROPERTY_KEY(ShelfID, kShelfID, kInvalidShelfID); |
// ShelfItemDetails for kShelfItemDetaildKey is owned by the window |
// and will be freed automatically. |