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

Unified Diff: components/sync_driver/profile_sync_auth_provider.h

Issue 1265213003: Componentize profile_sync_auth_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies Created 5 years, 4 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_driver/DEPS ('k') | components/sync_driver/profile_sync_auth_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync_driver/DEPS ('k') | components/sync_driver/profile_sync_auth_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698