Index: components/sync/core/change_record.h |
diff --git a/sync/internal_api/public/change_record.h b/components/sync/core/change_record.h |
similarity index 83% |
rename from sync/internal_api/public/change_record.h |
rename to components/sync/core/change_record.h |
index dbc77127a595410ff9a5dd5a922c6822b5dd427f..f7b1b99a9d50e0ae64bc5b0ec1a82b471642ac7e 100644 |
--- a/sync/internal_api/public/change_record.h |
+++ b/components/sync/core/change_record.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_INTERNAL_API_PUBLIC_CHANGE_RECORD_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_CHANGE_RECORD_H_ |
+#ifndef COMPONENTS_SYNC_CORE_CHANGE_RECORD_H_ |
+#define COMPONENTS_SYNC_CORE_CHANGE_RECORD_H_ |
#include <stdint.h> |
@@ -11,10 +11,10 @@ |
#include <vector> |
#include "base/memory/linked_ptr.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/util/immutable.h" |
-#include "sync/protocol/password_specifics.pb.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/base/immutable.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/protocol/password_specifics.pb.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace base { |
class DictionaryValue; |
@@ -34,6 +34,7 @@ class SYNC_EXPORT ExtraPasswordChangeRecordData { |
virtual std::unique_ptr<base::DictionaryValue> ToValue() const; |
const sync_pb::PasswordSpecificsData& unencrypted() const; |
+ |
private: |
sync_pb::PasswordSpecificsData unencrypted_; |
}; |
@@ -66,4 +67,4 @@ typedef Immutable<ChangeRecordList> ImmutableChangeRecordList; |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_CHANGE_RECORD_H_ |
+#endif // COMPONENTS_SYNC_CORE_CHANGE_RECORD_H_ |