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

Unified Diff: chrome/browser/signin/easy_unlock_service_factory.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration 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
Index: chrome/browser/signin/easy_unlock_service_factory.h
diff --git a/chrome/browser/signin/easy_unlock_service_factory.h b/chrome/browser/signin/easy_unlock_service_factory.h
index bc0709f2f67f43e6ceba431fe30bcdd278679131..aadcaa1422cc451232b01b2698a524499a39866c 100644
--- a/chrome/browser/signin/easy_unlock_service_factory.h
+++ b/chrome/browser/signin/easy_unlock_service_factory.h
@@ -18,7 +18,6 @@ template <typename T> struct DefaultSingletonTraits;
}
class EasyUnlockService;
-class Profile;
// Singleton factory that builds and owns all EasyUnlockService.
class EasyUnlockServiceFactory : public BrowserContextKeyedServiceFactory {

Powered by Google App Engine
This is Rietveld 408576698