| Index: ash/shelf/shelf_button.cc
|
| diff --git a/ash/common/shelf/shelf_button.cc b/ash/shelf/shelf_button.cc
|
| similarity index 98%
|
| rename from ash/common/shelf/shelf_button.cc
|
| rename to ash/shelf/shelf_button.cc
|
| index d5d32ff71833d2f7f240a64f9a353a5e7ff079d6..ae40c6ecc7f1efc22fdfafd3d2e193df1accc75c 100644
|
| --- a/ash/common/shelf/shelf_button.cc
|
| +++ b/ash/shelf/shelf_button.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/shelf/shelf_button.h"
|
| +#include "ash/shelf/shelf_button.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/ash_constants.h"
|
| -#include "ash/common/shelf/ink_drop_button_listener.h"
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| +#include "ash/ash_constants.h"
|
| +#include "ash/shelf/ink_drop_button_listener.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/shelf_view.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/time/time.h"
|
| #include "skia/ext/image_operations.h"
|
|
|