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

Unified Diff: sync/sessions/session_state.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 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 | « sync/sessions/session_state.h ('k') | sync/sessions/session_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/session_state.cc
diff --git a/chrome/browser/sync/sessions/session_state.cc b/sync/sessions/session_state.cc
similarity index 98%
rename from chrome/browser/sync/sessions/session_state.cc
rename to sync/sessions/session_state.cc
index c9fd8135a9822b5062de20de0e592424f3194b6f..a6655f94202672e68811626d661dfc46934bf6ea 100644
--- a/chrome/browser/sync/sessions/session_state.cc
+++ b/sync/sessions/session_state.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/sessions/session_state.h"
+#include "sync/sessions/session_state.h"
#include <map>
#include <set>
@@ -14,7 +14,7 @@
#include "base/json/json_writer.h"
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
-#include "chrome/browser/sync/protocol/proto_enum_conversions.h"
+#include "sync/protocol/proto_enum_conversions.h"
using std::set;
using std::vector;
« no previous file with comments | « sync/sessions/session_state.h ('k') | sync/sessions/session_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698