Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
index 3a0ca2d8ebc0a975f73cc621e3bf31a5492788f9..df934914ea5a503e9ffbccdb364a271be5f89b98 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
@@ -73,8 +73,7 @@ void CreateAndShowWidgetWithContent(views::WidgetDelegate* delegate,
params.delegate = delegate;
params.bounds = bounds;
params.parent = ash::Shell::GetContainer(
- root_window,
- ash::internal::kShellWindowId_SettingBubbleContainer);
+ root_window, ash::kShellWindowId_SettingBubbleContainer);
views::Widget* widget = new views::Widget;
widget->Init(params);
widget->SetContentsView(view);

Powered by Google App Engine
This is Rietveld 408576698