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

Unified Diff: sync/engine/post_commit_message_command.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/engine/post_commit_message_command.h ('k') | sync/engine/process_commit_response_command.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/post_commit_message_command.cc
diff --git a/chrome/browser/sync/engine/post_commit_message_command.cc b/sync/engine/post_commit_message_command.cc
similarity index 87%
rename from chrome/browser/sync/engine/post_commit_message_command.cc
rename to sync/engine/post_commit_message_command.cc
index bccd4517a33426a33129e28190228b4b42fa7b6f..8f51f200cfa8d6be3ebc88310b9de434e9fa0813 100644
--- a/chrome/browser/sync/engine/post_commit_message_command.cc
+++ b/sync/engine/post_commit_message_command.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/engine/post_commit_message_command.h"
+#include "sync/engine/post_commit_message_command.h"
#include <vector>
#include "base/location.h"
-#include "chrome/browser/sync/engine/syncer_proto_util.h"
-#include "chrome/browser/sync/engine/syncproto.h"
-#include "chrome/browser/sync/sessions/sync_session.h"
+#include "sync/engine/syncer_proto_util.h"
+#include "sync/engine/syncproto.h"
+#include "sync/sessions/sync_session.h"
using std::vector;
« no previous file with comments | « sync/engine/post_commit_message_command.h ('k') | sync/engine/process_commit_response_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698