| Index: ash/common/shelf/shelf_constants.h
|
| diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
|
| index 1e8c97e0196a7096301e845ee752cfd2d0c76c72..9f008408d97c5d2285fdb222b7a9fadfcfd2b3bb 100644
|
| --- a/ash/common/shelf/shelf_constants.h
|
| +++ b/ash/common/shelf/shelf_constants.h
|
| @@ -29,7 +29,7 @@ enum ShelfConstant {
|
| };
|
|
|
| // Invalid image resource id used for ShelfItemDetails.
|
| -extern const int kInvalidImageResourceID;
|
| +const int kInvalidImageResourceID = -1;
|
|
|
| // We reserve a small area on the edge of the workspace area to ensure that
|
| // the resize handle at the edge of the window can be hit.
|
|
|