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

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter_factory.h

Issue 27030002: Added collecting of data to be fed to the JTL interpreter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT. Created 7 years, 2 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
Index: chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
index e874722f16c20f7d874ae43599507558f3273c6e..6e155f4be39a048f905a4998ea27e0b08b5d02f6 100644
--- a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
@@ -39,11 +39,11 @@ class AutomaticProfileResetterFactory
AutomaticProfileResetterFactory();
virtual ~AutomaticProfileResetterFactory();
- // BrowserContextKeyedServiceFactory overrides:
+ // BrowserContextKeyedServiceFactory:
virtual BrowserContextKeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const OVERRIDE;
- // BrowserContextKeyedBaseFactory overrides:
+ // BrowserContextKeyedBaseFactory:
virtual void RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698