| Index: ash/shelf/overflow_button.cc
|
| diff --git a/ash/common/shelf/overflow_button.cc b/ash/shelf/overflow_button.cc
|
| similarity index 96%
|
| rename from ash/common/shelf/overflow_button.cc
|
| rename to ash/shelf/overflow_button.cc
|
| index ccb585c6cc785a7fed087df58d843866e2ff6f2b..e7944aa513b71bd44d6707dc75e278501b5420cf 100644
|
| --- a/ash/common/shelf/overflow_button.cc
|
| +++ b/ash/shelf/overflow_button.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/shelf/overflow_button.h"
|
| +#include "ash/shelf/overflow_button.h"
|
|
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/shelf_view.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|