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

Unified Diff: sync/syncable/model_type.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/syncable/in_memory_directory_backing_store.cc ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/model_type.h
diff --git a/chrome/browser/sync/syncable/model_type.h b/sync/syncable/model_type.h
similarity index 96%
rename from chrome/browser/sync/syncable/model_type.h
rename to sync/syncable/model_type.h
index 115d5a0dc2d07fec77ccb084b4c4bbf2f7a683bf..133af9ccd86d0f54368c4d260c08f4ab48fe590e 100644
--- a/chrome/browser/sync/syncable/model_type.h
+++ b/sync/syncable/model_type.h
@@ -6,8 +6,8 @@
// Each sync object is expected to have an immutable object type.
// An object's type is inferred from the type of data it holds.
-#ifndef CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_H_
-#define CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_H_
+#ifndef SYNC_SYNCABLE_MODEL_TYPE_H_
+#define SYNC_SYNCABLE_MODEL_TYPE_H_
#pragma once
#include <set>
@@ -15,7 +15,7 @@
#include "base/logging.h"
#include "base/time.h"
-#include "chrome/browser/sync/util/enum_set.h"
+#include "sync/util/enum_set.h"
namespace base {
class ListValue;
@@ -172,4 +172,4 @@ bool IsRealDataType(ModelType model_type);
} // namespace syncable
-#endif // CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_H_
+#endif // SYNC_SYNCABLE_MODEL_TYPE_H_
« no previous file with comments | « sync/syncable/in_memory_directory_backing_store.cc ('k') | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698