| 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_
|
|
|