| Index: ash/shelf/shelf_util.cc
|
| diff --git a/ash/shelf/shelf_util.cc b/ash/shelf/shelf_util.cc
|
| index f914188b0060b69ca5ab465b5302cf550e5ddf1c..2e5a6e3da8d629e7aa1315023eb8376d92729115 100644
|
| --- a/ash/shelf/shelf_util.cc
|
| +++ b/ash/shelf/shelf_util.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/shelf/shelf_util.h"
|
|
|
| +#include "ash/shelf/shelf_constants.h"
|
| #include "ui/aura/window_property.h"
|
|
|
| DECLARE_WINDOW_PROPERTY_TYPE(ash::LauncherID);
|
| @@ -11,7 +12,7 @@ DECLARE_WINDOW_PROPERTY_TYPE(ash::LauncherItemDetails*);
|
|
|
| namespace ash {
|
|
|
| -DEFINE_LOCAL_WINDOW_PROPERTY_KEY(LauncherID, kLauncherID, kInvalidLauncherID);
|
| +DEFINE_LOCAL_WINDOW_PROPERTY_KEY(LauncherID, kLauncherID, kInvalidShelfID);
|
|
|
| // ash::LauncherItemDetails for kLauncherItemDetaildKey is owned by the window
|
| // and will be freed automatically.
|
|
|