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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_browsertest.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/policy/device_local_account_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
index 0f89dd756976fd8fc44e9d2027e5ddaea4096168..6c51c189fa354eb5e849569078896192ba2e2c95 100644
--- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
@@ -1096,7 +1096,7 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, LastWindowClosedLogoutReminder) {
app_window_registry->AddObserver(this);
// Verify that the logout confirmation dialog is not showing.
- ash::internal::LogoutConfirmationController* logout_confirmation_controller =
+ ash::LogoutConfirmationController* logout_confirmation_controller =
ash::Shell::GetInstance()->logout_confirmation_controller();
ASSERT_TRUE(logout_confirmation_controller);
EXPECT_FALSE(logout_confirmation_controller->dialog_for_testing());
@@ -1196,7 +1196,7 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, LastWindowClosedLogoutReminder) {
EXPECT_TRUE(browser_list->empty());
// Verify that the logout confirmation dialog is showing.
- ash::internal::LogoutConfirmationDialog* dialog =
+ ash::LogoutConfirmationDialog* dialog =
logout_confirmation_controller->dialog_for_testing();
ASSERT_TRUE(dialog);

Powered by Google App Engine
This is Rietveld 408576698