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

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

Powered by Google App Engine
This is Rietveld 408576698