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

Unified Diff: sync/internal_api/public/engine/sync_status.cc

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
Index: sync/internal_api/public/engine/sync_status.cc
diff --git a/sync/internal_api/public/engine/sync_status.cc b/sync/internal_api/public/engine/sync_status.cc
deleted file mode 100644
index 45c3d7ea8b5fcaf690b9c828a2de46dd6e9f96d1..0000000000000000000000000000000000000000
--- a/sync/internal_api/public/engine/sync_status.cc
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright (c) 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.
-
-#include "sync/internal_api/public/engine/sync_status.h"
-
-namespace syncer {
-
-SyncStatus::SyncStatus()
- : notifications_enabled(false),
- notifications_received(0),
- encryption_conflicts(0),
- hierarchy_conflicts(0),
- server_conflicts(0),
- committed_count(0),
- syncing(false),
- updates_received(0),
- reflected_updates_received(0),
- tombstone_updates_received(0),
- num_commits_total(0),
- num_local_overwrites_total(0),
- num_server_overwrites_total(0),
- nudge_source_notification(0),
- nudge_source_local(0),
- nudge_source_local_refresh(0),
- cryptographer_ready(false),
- crypto_has_pending_keys(false),
- has_keystore_key(false),
- passphrase_type(IMPLICIT_PASSPHRASE),
- num_entries_by_type(MODEL_TYPE_COUNT, 0),
- num_to_delete_entries_by_type(MODEL_TYPE_COUNT, 0) {}
-
-SyncStatus::SyncStatus(const SyncStatus& other) = default;
-
-SyncStatus::~SyncStatus() {
-}
-
-} // namespace syncer
« no previous file with comments | « sync/internal_api/public/engine/sync_status.h ('k') | sync/internal_api/public/events/clear_server_data_request_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698