| Index: ash/shelf/overflow_bubble.h
|
| diff --git a/ash/common/shelf/overflow_bubble.h b/ash/shelf/overflow_bubble.h
|
| similarity index 93%
|
| rename from ash/common/shelf/overflow_bubble.h
|
| rename to ash/shelf/overflow_bubble.h
|
| index 201018ca18df8c457d7f529501b3501372bdda62..d6afdf83bd8c7f0add3d28d547cb3355723fd0f9 100644
|
| --- a/ash/common/shelf/overflow_bubble.h
|
| +++ b/ash/shelf/overflow_bubble.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SHELF_OVERFLOW_BUBBLE_H_
|
| -#define ASH_COMMON_SHELF_OVERFLOW_BUBBLE_H_
|
| +#ifndef ASH_SHELF_OVERFLOW_BUBBLE_H_
|
| +#define ASH_SHELF_OVERFLOW_BUBBLE_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/views/pointer_watcher.h"
|
| @@ -62,4 +62,4 @@ class OverflowBubble : public views::PointerWatcher,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_OVERFLOW_BUBBLE_H_
|
| +#endif // ASH_SHELF_OVERFLOW_BUBBLE_H_
|
|
|