| Index: ash/shelf/overflow_bubble.cc
|
| diff --git a/ash/common/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
|
| similarity index 88%
|
| rename from ash/common/shelf/overflow_bubble.cc
|
| rename to ash/shelf/overflow_bubble.cc
|
| index 6f1e311f2a180fe98f49597759af6fafcbfe7fb3..df72d2d43ac5fc16d31acdcb7cf4b33d84602be5 100644
|
| --- a/ash/common/shelf/overflow_bubble.cc
|
| +++ b/ash/shelf/overflow_bubble.cc
|
| @@ -2,14 +2,14 @@
|
| // 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_bubble.h"
|
| -
|
| -#include "ash/common/shelf/overflow_bubble_view.h"
|
| -#include "ash/common/shelf/overflow_button.h"
|
| -#include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/system/tray/tray_background_view.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/shelf/overflow_bubble.h"
|
| +
|
| +#include "ash/shelf/overflow_bubble_view.h"
|
| +#include "ash/shelf/overflow_button.h"
|
| +#include "ash/shelf/shelf_view.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| +#include "ash/system/tray/tray_background_view.h"
|
| +#include "ash/wm_shell.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
|
|