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

Unified Diff: ash/common/session/session_controller_unittest.cc

Issue 2734733002: Revert "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/common/session/session_controller.cc ('k') | ash/common/session/session_state_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/session/session_controller_unittest.cc
diff --git a/ash/session/session_controller_unittest.cc b/ash/common/session/session_controller_unittest.cc
similarity index 98%
rename from ash/session/session_controller_unittest.cc
rename to ash/common/session/session_controller_unittest.cc
index d4fc49159b3923bce48906b131bdadcef4540af9..e5eb8f490aeda7cc6aa8dfca4f83bba0f0c2e687 100644
--- a/ash/session/session_controller_unittest.cc
+++ b/ash/common/session/session_controller_unittest.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/session/session_controller.h"
+#include "ash/common/session/session_controller.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
+#include "ash/common/session/session_controller.h"
+#include "ash/common/session/session_state_observer.h"
#include "ash/public/interfaces/session_controller.mojom.h"
-#include "ash/session/session_controller.h"
-#include "ash/session/session_state_observer.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "components/user_manager/user_type.h"
« no previous file with comments | « ash/common/session/session_controller.cc ('k') | ash/common/session/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698