Index: components/sync_driver/profile_sync_auth_provider.h |
diff --git a/chrome/browser/sync/profile_sync_auth_provider.h b/components/sync_driver/profile_sync_auth_provider.h |
similarity index 93% |
rename from chrome/browser/sync/profile_sync_auth_provider.h |
rename to components/sync_driver/profile_sync_auth_provider.h |
index de3f3d9e67f8a978a47d54f3e1c50a4c38dca1a2..032ca75352a6de5acb2082ca325510a794303f6d 100644 |
--- a/chrome/browser/sync/profile_sync_auth_provider.h |
+++ b/components/sync_driver/profile_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 CHROME_BROWSER_SYNC_PROFILE_SYNC_AUTH_PROVIDER_H_ |
-#define CHROME_BROWSER_SYNC_PROFILE_SYNC_AUTH_PROVIDER_H_ |
+#ifndef COMPONENTS_SYNC_DRIVER_PROFILE_SYNC_AUTH_PROVIDER_H_ |
+#define COMPONENTS_SYNC_DRIVER_PROFILE_SYNC_AUTH_PROVIDER_H_ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
@@ -66,4 +66,4 @@ class ProfileSyncAuthProvider : public OAuth2TokenService::Consumer, |
DISALLOW_COPY_AND_ASSIGN(ProfileSyncAuthProvider); |
}; |
-#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_AUTH_PROVIDER_H_ |
+#endif // COMPONENTS_SYNC_DRIVER_PROFILE_SYNC_AUTH_PROVIDER_H_ |