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