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

Unified Diff: components/sync/engine/polling_constants.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « components/sync/engine/passive_model_worker.cc ('k') | components/sync/engine/polling_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/polling_constants.h
diff --git a/sync/internal_api/public/engine/polling_constants.h b/components/sync/engine/polling_constants.h
similarity index 76%
rename from sync/internal_api/public/engine/polling_constants.h
rename to components/sync/engine/polling_constants.h
index 8ef1fbcc49a73571d73dddf9aae00307f975a9f8..2690a747236c6129808a7d02295c6b7f7cb28a9d 100644
--- a/sync/internal_api/public/engine/polling_constants.h
+++ b/components/sync/engine/polling_constants.h
@@ -4,12 +4,12 @@
//
// Constants used by SyncScheduler when polling servers for updates.
-#ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
-#define SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
+#ifndef COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
+#define COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
#include <stdint.h>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -23,4 +23,4 @@ SYNC_EXPORT extern const int kInitialBackoffImmediateRetrySeconds;
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_
+#endif // COMPONENTS_SYNC_ENGINE_POLLING_CONSTANTS_H_
« no previous file with comments | « components/sync/engine/passive_model_worker.cc ('k') | components/sync/engine/polling_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698