Index: sync/engine/conflict_resolver.h |
diff --git a/chrome/browser/sync/engine/conflict_resolver.h b/sync/engine/conflict_resolver.h |
similarity index 92% |
rename from chrome/browser/sync/engine/conflict_resolver.h |
rename to sync/engine/conflict_resolver.h |
index f365255c32fb0cefa3172d272ecca1fe884ad0df..d2d89d099c65e9faae2bba6fd30a047cb34effba 100644 |
--- a/chrome/browser/sync/engine/conflict_resolver.h |
+++ b/sync/engine/conflict_resolver.h |
@@ -5,8 +5,8 @@ |
// A class that watches the syncer and attempts to resolve any conflicts that |
// occur. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_CONFLICT_RESOLVER_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_CONFLICT_RESOLVER_H_ |
+#ifndef SYNC_ENGINE_CONFLICT_RESOLVER_H_ |
+#define SYNC_ENGINE_CONFLICT_RESOLVER_H_ |
#pragma once |
#include <map> |
@@ -15,7 +15,7 @@ |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
-#include "chrome/browser/sync/engine/syncer_types.h" |
+#include "sync/engine/syncer_types.h" |
namespace syncable { |
class BaseTransaction; |
@@ -86,4 +86,4 @@ class ConflictResolver { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_CONFLICT_RESOLVER_H_ |
+#endif // SYNC_ENGINE_CONFLICT_RESOLVER_H_ |