Index: sync/engine/post_commit_message_command.h |
diff --git a/chrome/browser/sync/engine/post_commit_message_command.h b/sync/engine/post_commit_message_command.h |
similarity index 69% |
rename from chrome/browser/sync/engine/post_commit_message_command.h |
rename to sync/engine/post_commit_message_command.h |
index 5f2252c31ceb86d59aeec74d10e92c4fe48b17e9..50fae39114328deb15840fa0a7cff29a95a81121 100644 |
--- a/chrome/browser/sync/engine/post_commit_message_command.h |
+++ b/sync/engine/post_commit_message_command.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |
+#ifndef SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |
+#define SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |
#pragma once |
#include "base/compiler_specific.h" |
-#include "chrome/browser/sync/engine/syncer_command.h" |
+#include "sync/engine/syncer_command.h" |
namespace browser_sync { |
@@ -25,4 +25,4 @@ class PostCommitMessageCommand : public SyncerCommand { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |
+#endif // SYNC_ENGINE_POST_COMMIT_MESSAGE_COMMAND_H_ |