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

Unified Diff: sync/engine/syncproto.h

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/syncer_util.cc ('k') | sync/engine/syncproto_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/engine/syncer_util.cc ('k') | sync/engine/syncproto_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698