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

Unified Diff: components/sync/core/connection_status.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/configure_reason.h ('k') | components/sync/core/data_type_association_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/connection_status.h
diff --git a/components/sync/core/connection_status.h b/components/sync/core/connection_status.h
deleted file mode 100644
index 2bcb5410a52b96f8c800b534a21ede2e5e335604..0000000000000000000000000000000000000000
--- a/components/sync/core/connection_status.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 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 COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
-#define COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
-
-namespace syncer {
-
-// Status of the sync connection to the server.
-enum ConnectionStatus {
- CONNECTION_NOT_ATTEMPTED,
- CONNECTION_OK,
- CONNECTION_AUTH_ERROR,
- CONNECTION_SERVER_ERROR
-};
-
-} // namespace syncer
-
-#endif // COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
« no previous file with comments | « components/sync/core/configure_reason.h ('k') | components/sync/core/data_type_association_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698