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; |