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

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

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 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/session/logout_confirmation_dialog.h
diff --git a/ash/common/system/chromeos/session/logout_confirmation_dialog.h b/ash/system/session/logout_confirmation_dialog.h
similarity index 86%
rename from ash/common/system/chromeos/session/logout_confirmation_dialog.h
rename to ash/system/session/logout_confirmation_dialog.h
index fa3c4d42d352ca5cc673487f517afb0a9a807d66..04c07d00c4398aec9acfedbc50ac5d1d63f31b3a 100644
--- a/ash/common/system/chromeos/session/logout_confirmation_dialog.h
+++ b/ash/system/session/logout_confirmation_dialog.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
-#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
+#ifndef ASH_SYSTEM_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
+#define ASH_SYSTEM_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
#include "base/macros.h"
#include "base/time/time.h"
@@ -54,4 +54,4 @@ class LogoutConfirmationDialog : public views::DialogDelegateView {
} // namespace ash
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
+#endif // ASH_SYSTEM_SESSION_LOGOUT_CONFIRMATION_DIALOG_H_
« no previous file with comments | « ash/system/session/logout_confirmation_controller_unittest.cc ('k') | ash/system/session/logout_confirmation_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698