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

Unified Diff: ash/system/chromeos/session/logout_confirmation_dialog.h

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: ash/system/chromeos/session/logout_confirmation_dialog.h
diff --git a/ash/system/chromeos/session/logout_confirmation_dialog.h b/ash/system/chromeos/session/logout_confirmation_dialog.h
index d88f85db06453cbaffa9c53e60c5b8e7a0b8ccb8..91e4536640e489098434bfa644affb462859167c 100644
--- a/ash/system/chromeos/session/logout_confirmation_dialog.h
+++ b/ash/system/chromeos/session/logout_confirmation_dialog.h
@@ -16,7 +16,6 @@ class Label;
}
namespace ash {
-namespace internal {
class LogoutConfirmationController;
@@ -53,7 +52,6 @@ class LogoutConfirmationDialog : public views::DialogDelegateView {
DISALLOW_COPY_AND_ASSIGN(LogoutConfirmationDialog);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698