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_ |