| Index: ash/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
|
| index 594bbf335a1f89889c16a0db878ce5d0162f64cd..bcdf9d213350dc2318b6894495e42b81a5b44e63 100644
|
| --- a/ash/shelf/overflow_bubble_view.cc
|
| +++ b/ash/shelf/overflow_bubble_view.cc
|
| @@ -6,11 +6,10 @@
|
|
|
| #include <algorithm>
|
|
|
| +#include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/shell_window_ids.h"
|
| -#include "ash/common/wm/shelf/wm_shelf_constants.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf.h"
|
| -#include "ash/shelf/shelf_constants.h"
|
| #include "ash/shelf/shelf_view.h"
|
| #include "ash/shell.h"
|
| #include "ui/display/display.h"
|
| @@ -46,7 +45,7 @@ void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
|
| set_arrow(GetBubbleArrow());
|
| set_mirror_arrow_in_rtl(false);
|
| set_background(NULL);
|
| - set_color(SkColorSetARGB(wm::kShelfBackgroundAlpha, 0, 0, 0));
|
| + set_color(SkColorSetARGB(kShelfBackgroundAlpha, 0, 0, 0));
|
| set_margins(gfx::Insets(kPadding, kPadding, kPadding, kPadding));
|
| // Overflow bubble should not get focus. If it get focus when it is shown,
|
| // active state item is changed to running state.
|
|
|