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

Unified Diff: components/sessions/core/session_backend_unittest.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_backend.cc ('k') | components/sessions/core/session_command.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/session_backend_unittest.cc
diff --git a/components/sessions/session_backend_unittest.cc b/components/sessions/core/session_backend_unittest.cc
similarity index 99%
rename from components/sessions/session_backend_unittest.cc
rename to components/sessions/core/session_backend_unittest.cc
index 793663a0d08182969f5475c573d369cd943db634..56a233b52e4bfcc247040281fdaae2db6287b69d 100644
--- a/components/sessions/session_backend_unittest.cc
+++ b/components/sessions/core/session_backend_unittest.cc
@@ -6,7 +6,7 @@
#include "base/files/scoped_temp_dir.h"
#include "base/stl_util.h"
#include "base/strings/string_util.h"
-#include "components/sessions/session_backend.h"
+#include "components/sessions/core/session_backend.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sessions {
« no previous file with comments | « components/sessions/core/session_backend.cc ('k') | components/sessions/core/session_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698