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

Unified Diff: components/sync/core/change_record.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/core/base_transaction.cc ('k') | components/sync/core/change_record.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/core/base_transaction.cc ('k') | components/sync/core/change_record.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698