Index: chrome/browser/profiles/profiles_state.cc |
diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc |
index e3acad3245bcec2402530d7f62da5aba6b7dbbf0..35407bdfbec1ebb676116a3658a35dcaa4295076 100644 |
--- a/chrome/browser/profiles/profiles_state.cc |
+++ b/chrome/browser/profiles/profiles_state.cc |
@@ -241,8 +241,8 @@ void RemoveBrowsingDataForProfile(const base::FilePath& profile_path) { |
profile = profile->GetOffTheRecordProfile(); |
BrowsingDataRemoverFactory::GetForBrowserContext(profile)->Remove( |
- BrowsingDataRemover::Unbounded(), |
- BrowsingDataRemover::REMOVE_WIPE_PROFILE, BrowsingDataHelper::ALL); |
+ Unbounded(), BrowsingDataRemover::REMOVE_WIPE_PROFILE, |
+ BrowsingDataHelper::ALL); |
} |
void SetLastUsedProfile(const std::string& profile_dir) { |