| Index: ash/shelf/shelf_alignment_menu.cc
|
| diff --git a/ash/common/shelf/shelf_alignment_menu.cc b/ash/shelf/shelf_alignment_menu.cc
|
| similarity index 92%
|
| rename from ash/common/shelf/shelf_alignment_menu.cc
|
| rename to ash/shelf/shelf_alignment_menu.cc
|
| index 12c48b281a2a601d0967607e3bb453207bdc16ee..0360e4944304314e06abf70542bf86b3addddd1c 100644
|
| --- a/ash/common/shelf/shelf_alignment_menu.cc
|
| +++ b/ash/shelf/shelf_alignment_menu.cc
|
| @@ -2,13 +2,13 @@
|
| // 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_alignment_menu.h"
|
| +#include "ash/shelf/shelf_alignment_menu.h"
|
|
|
| -#include "ash/common/metrics/user_metrics_action.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/metrics/user_metrics_action.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| +#include "ash/wm_shell.h"
|
|
|
| namespace ash {
|
|
|
|
|