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

Unified Diff: components/sync/engine/sync_auth_provider.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/engine/shutdown_reason.h ('k') | components/sync/engine/sync_encryption_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_auth_provider.h
diff --git a/components/sync/core/sync_auth_provider.h b/components/sync/engine/sync_auth_provider.h
similarity index 85%
rename from components/sync/core/sync_auth_provider.h
rename to components/sync/engine/sync_auth_provider.h
index 350c080c48ca5cc2fcbcd2adcbf7b4bbfd22b86e..3602c826baf6f82bafd8069d54deedeb11544e59 100644
--- a/components/sync/core/sync_auth_provider.h
+++ b/components/sync/engine/sync_auth_provider.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 COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
-#define COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
+#define COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
#include <string>
@@ -33,4 +33,4 @@ class SyncAuthProvider {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
+#endif // COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
« no previous file with comments | « components/sync/engine/shutdown_reason.h ('k') | components/sync/engine/sync_encryption_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698