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

Unified Diff: components/sync/core/sync_auth_provider.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/simple_metadata_change_list_unittest.cc ('k') | components/sync/core/sync_db_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/sync_auth_provider.h
diff --git a/sync/internal_api/public/sync_auth_provider.h b/components/sync/core/sync_auth_provider.h
similarity index 78%
rename from sync/internal_api/public/sync_auth_provider.h
rename to components/sync/core/sync_auth_provider.h
index 4c62b12edd5243264121ebb67ae4414931bdfd96..350c080c48ca5cc2fcbcd2adcbf7b4bbfd22b86e 100644
--- a/sync/internal_api/public/sync_auth_provider.h
+++ b/components/sync/core/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 SYNC_INTERNAL_API_PUBLIC_SYNC_AUTH_PROVIDER_H_
-#define SYNC_INTERNAL_API_PUBLIC_SYNC_AUTH_PROVIDER_H_
+#ifndef COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
+#define COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
#include <string>
@@ -18,7 +18,8 @@ namespace syncer {
class SyncAuthProvider {
public:
typedef base::Callback<void(const GoogleServiceAuthError& error,
- const std::string& token)> RequestTokenCallback;
+ const std::string& token)>
+ RequestTokenCallback;
virtual ~SyncAuthProvider() {}
@@ -32,4 +33,4 @@ class SyncAuthProvider {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_SYNC_AUTH_PROVIDER_H_
+#endif // COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
« no previous file with comments | « components/sync/core/simple_metadata_change_list_unittest.cc ('k') | components/sync/core/sync_db_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698