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

Unified Diff: components/sessions/core/session_types.cc

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « components/sessions/core/session_types.h ('k') | components/sessions/core/session_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/session_types.cc
diff --git a/components/sessions/session_types.cc b/components/sessions/core/session_types.cc
similarity index 96%
rename from components/sessions/session_types.cc
rename to components/sessions/core/session_types.cc
index 4d2e9ac93ccd6391b72345b7af8ef0ec9502f1e0..4483afd4fcacc03c79a27e3baa26849b131c02eb 100644
--- a/components/sessions/session_types.cc
+++ b/components/sessions/core/session_types.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 "components/sessions/session_types.h"
+#include "components/sessions/core/session_types.h"
#include "base/basictypes.h"
#include "base/stl_util.h"
-#include "components/sessions/session_command.h"
+#include "components/sessions/core/session_command.h"
namespace sessions {
« no previous file with comments | « components/sessions/core/session_types.h ('k') | components/sessions/core/session_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698