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

Unified Diff: components/sync/base/progress_marker_map.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/base/ordinal_unittest.cc ('k') | components/sync/base/progress_marker_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/progress_marker_map.h
diff --git a/sync/internal_api/public/base/progress_marker_map.h b/components/sync/base/progress_marker_map.h
similarity index 72%
rename from sync/internal_api/public/base/progress_marker_map.h
rename to components/sync/base/progress_marker_map.h
index 480814b904f366d60cc7634d69390974f8286360..500ae4713775a3af6e3a958f61bf6636e3275cab 100644
--- a/sync/internal_api/public/base/progress_marker_map.h
+++ b/components/sync/base/progress_marker_map.h
@@ -4,15 +4,15 @@
//
// Definition of ProgressMarkerMap and various utility functions.
-#ifndef SYNC_INTERNAL_API_PUBLIC_BASE_PROGRESS_MARKER_MAP_H_
-#define SYNC_INTERNAL_API_PUBLIC_BASE_PROGRESS_MARKER_MAP_H_
+#ifndef COMPONENTS_SYNC_BASE_PROGRESS_MARKER_MAP_H_
+#define COMPONENTS_SYNC_BASE_PROGRESS_MARKER_MAP_H_
#include <map>
#include <memory>
#include <string>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
// TODO(akalin,mmontgomery): Move the non-exported functions in this file to a
// private header.
@@ -32,4 +32,4 @@ SYNC_EXPORT std::unique_ptr<base::DictionaryValue> ProgressMarkerMapToValue(
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_BASE_PROGRESS_MARKER_MAP_H_
+#endif // COMPONENTS_SYNC_BASE_PROGRESS_MARKER_MAP_H_
« no previous file with comments | « components/sync/base/ordinal_unittest.cc ('k') | components/sync/base/progress_marker_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698