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

Unified Diff: chrome/browser/profiles/profiles_state.cc

Issue 2084903002: Moved BrowsingDataCounter and part of BrowsingDataCounterUtils to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed deps Created 4 years, 6 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/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) {

Powered by Google App Engine
This is Rietveld 408576698