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

Unified Diff: ash/system/session/logout_button_tray.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « ash/system/session/logout_button_tray.h ('k') | ash/system/session/logout_confirmation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/session/logout_button_tray.cc
diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/system/session/logout_button_tray.cc
similarity index 91%
rename from ash/common/system/chromeos/session/logout_button_tray.cc
rename to ash/system/session/logout_button_tray.cc
index 06574c0caff13d61eaf7833739f67cf5d09fa207..63fa7b8b9c6244c606baa6b7e3aeb74ab45cdac0 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.cc
+++ b/ash/system/session/logout_button_tray.cc
@@ -2,22 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/system/chromeos/session/logout_button_tray.h"
+#include "ash/system/session/logout_button_tray.h"
#include <memory>
#include <utility>
#include "ash/common/shelf/wm_shelf_util.h"
-#include "ash/common/system/chromeos/session/logout_confirmation_controller.h"
-#include "ash/common/system/tray/system_tray_controller.h"
-#include "ash/common/system/tray/system_tray_notifier.h"
-#include "ash/common/system/tray/tray_constants.h"
-#include "ash/common/system/tray/tray_utils.h"
-#include "ash/common/system/user/login_status.h"
#include "ash/common/wm_shell.h"
#include "ash/public/cpp/shelf_types.h"
#include "ash/resources/grit/ash_resources.h"
#include "ash/resources/vector_icons/vector_icons.h"
+#include "ash/system/session/logout_confirmation_controller.h"
+#include "ash/system/tray/system_tray_controller.h"
+#include "ash/system/tray/system_tray_notifier.h"
+#include "ash/system/tray/tray_constants.h"
+#include "ash/system/tray/tray_utils.h"
+#include "ash/system/user/login_status.h"
#include "base/logging.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/events/event.h"
« no previous file with comments | « ash/system/session/logout_button_tray.h ('k') | ash/system/session/logout_confirmation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698