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

Unified Diff: components/gcm_driver/gcm_profile_service.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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/gcm_driver/gcm_driver_desktop.h ('k') | components/google/core/browser/google_url_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_profile_service.h
diff --git a/components/gcm_driver/gcm_profile_service.h b/components/gcm_driver/gcm_profile_service.h
index 9094a08d13761ab9961e983a4d1e6a2ef5282f53..b3305b63ad2240e219f751fa7a92e8d5c7c1f909 100644
--- a/components/gcm_driver/gcm_profile_service.h
+++ b/components/gcm_driver/gcm_profile_service.h
@@ -19,8 +19,6 @@
#include "components/version_info/version_info.h"
class PrefService;
-class ProfileOAuth2TokenService;
-class SigninManagerBase;
namespace base {
class SequencedTaskRunner;
@@ -30,19 +28,11 @@ namespace net {
class URLRequestContextGetter;
}
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
namespace gcm {
class GCMClientFactory;
class GCMDriver;
-#if defined(OS_CHROMEOS)
-class GCMConnectionObserver;
-#endif
-
// Providing GCM service, via GCMDriver.
class GCMProfileService : public KeyedService {
public:
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.h ('k') | components/google/core/browser/google_url_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698