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

Unified Diff: components/sessions/core/session_command.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_command.h ('k') | components/sessions/core/session_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/session_command.cc
diff --git a/components/sessions/session_command.cc b/components/sessions/core/session_command.cc
similarity index 94%
rename from components/sessions/session_command.cc
rename to components/sessions/core/session_command.cc
index a7cd59df24fe120d610d30c2f6aef5a7067966ea..0f38cf7900221690cf70bc997333d03e8826b34c 100644
--- a/components/sessions/session_command.cc
+++ b/components/sessions/core/session_command.cc
@@ -5,7 +5,7 @@
#include <limits>
#include "base/pickle.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_command.h ('k') | components/sessions/core/session_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698