Index: sync/engine/syncproto.h |
diff --git a/chrome/browser/sync/engine/syncproto.h b/sync/engine/syncproto.h |
similarity index 90% |
rename from chrome/browser/sync/engine/syncproto.h |
rename to sync/engine/syncproto.h |
index f469c910c3e45e66cd8dd982cb6c50b704cb8e47..101585f1a6eb627f47b6d1a6d2262af020b46a84 100644 |
--- a/chrome/browser/sync/engine/syncproto.h |
+++ b/sync/engine/syncproto.h |
@@ -4,13 +4,13 @@ |
// |
// Wrappers to help us work with ids and protobuffers. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_SYNCPROTO_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_SYNCPROTO_H_ |
+#ifndef SYNC_ENGINE_SYNCPROTO_H_ |
+#define SYNC_ENGINE_SYNCPROTO_H_ |
#pragma once |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/syncable_id.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/syncable_id.h" |
namespace browser_sync { |
@@ -84,4 +84,4 @@ typedef sync_pb::GetUpdatesMessage GetUpdatesMessage; |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCPROTO_H_ |
+#endif // SYNC_ENGINE_SYNCPROTO_H_ |