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

Unified Diff: sync/engine/update_applicator.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/syncproto_unittest.cc ('k') | sync/engine/update_applicator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/update_applicator.h
diff --git a/chrome/browser/sync/engine/update_applicator.h b/sync/engine/update_applicator.h
similarity index 92%
rename from chrome/browser/sync/engine/update_applicator.h
rename to sync/engine/update_applicator.h
index bcc928dc10d72223c103c18ca416cb738b88a060..5b3ee1894fc66395b91ed3bd4ac95188c1eb9dc4 100644
--- a/chrome/browser/sync/engine/update_applicator.h
+++ b/sync/engine/update_applicator.h
@@ -8,16 +8,16 @@
// UpdateApplicator might resemble an iterator, but it actually keeps retrying
// failed updates until no remaining updates can be successfully applied.
-#ifndef CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_
-#define CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_
+#ifndef SYNC_ENGINE_UPDATE_APPLICATOR_H_
+#define SYNC_ENGINE_UPDATE_APPLICATOR_H_
#pragma once
#include <vector>
#include "base/basictypes.h"
#include "base/port.h"
-#include "chrome/browser/sync/engine/model_safe_worker.h"
-#include "chrome/browser/sync/syncable/syncable.h"
+#include "sync/engine/model_safe_worker.h"
+#include "sync/syncable/syncable.h"
namespace browser_sync {
@@ -107,4 +107,4 @@ class UpdateApplicator {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_
+#endif // SYNC_ENGINE_UPDATE_APPLICATOR_H_
« no previous file with comments | « sync/engine/syncproto_unittest.cc ('k') | sync/engine/update_applicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698