| Index: chrome/browser/ui/views/status_bubble_views.cc
|
| diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
|
| index 26a0cffb2d1ba8a2caae7090187bcf93dff976df..6e89dec5e895c237790f1d0be06bdfaaff177263 100644
|
| --- a/chrome/browser/ui/views/status_bubble_views.cc
|
| +++ b/chrome/browser/ui/views/status_bubble_views.cc
|
| @@ -35,7 +35,7 @@
|
| #include "url/gurl.h"
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/wm/window_settings.h"
|
| +#include "ash/wm/window_state.h"
|
| #endif
|
|
|
| // The alpha and color of the bubble's shadow.
|
| @@ -583,7 +583,7 @@ void StatusBubbleViews::Init() {
|
| popup_->SetOpacity(0x00);
|
| popup_->SetContentsView(view_);
|
| #if defined(USE_ASH)
|
| - ash::wm::GetWindowSettings(popup_->GetNativeWindow())->
|
| + ash::wm::GetWindowState(popup_->GetNativeWindow())->
|
| set_ignored_by_shelf(true);
|
| #endif
|
| Reposition();
|
|
|