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

Unified Diff: sync/engine/apply_control_data_updates.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 | « sync/engine/all_status.cc ('k') | sync/engine/apply_control_data_updates.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/apply_control_data_updates.h
diff --git a/sync/engine/apply_control_data_updates.h b/sync/engine/apply_control_data_updates.h
deleted file mode 100644
index a6b589d55fac1e6ad4a4d9f8fcbbab56b1eeef0c..0000000000000000000000000000000000000000
--- a/sync/engine/apply_control_data_updates.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
-#define SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
-
-#include "sync/base/sync_export.h"
-
-namespace syncer {
-
-class Cryptographer;
-
-namespace syncable {
-class Directory;
-class MutableEntry;
-class WriteTransaction;
-}
-
-SYNC_EXPORT void ApplyControlDataUpdates(syncable::Directory* dir);
-void ApplyNigoriUpdate(syncable::WriteTransaction* trans,
- syncable::MutableEntry* const entry,
- Cryptographer* cryptographer);
-void ApplyControlUpdate(syncable::WriteTransaction* const trans,
- syncable::MutableEntry* const entry,
- Cryptographer* cryptographer);
-
-} // namespace syncer
-
-#endif // SYNC_ENGINE_APPLY_CONTROL_DATA_UPDATES_H_
« no previous file with comments | « sync/engine/all_status.cc ('k') | sync/engine/apply_control_data_updates.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698