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

Unified Diff: ash/session/session_controller.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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
« no previous file with comments | « ash/session/session_controller.h ('k') | ash/session/session_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/session/session_controller.cc
diff --git a/ash/common/session/session_controller.cc b/ash/session/session_controller.cc
similarity index 97%
rename from ash/common/session/session_controller.cc
rename to ash/session/session_controller.cc
index cafed50edd36116302adf2756c53cc40af0bdafb..1a125143a81f6d0432f9c4d9c757fb3f1272bbc6 100644
--- a/ash/common/session/session_controller.cc
+++ b/ash/session/session_controller.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/session/session_controller.h"
+#include "ash/session/session_controller.h"
#include <algorithm>
-#include "ash/common/session/session_state_observer.h"
+#include "ash/session/session_state_observer.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "components/signin/core/account_id/account_id.h"
« no previous file with comments | « ash/session/session_controller.h ('k') | ash/session/session_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698