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

Unified Diff: chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc

Issue 338363004: Remove Profile* from TemplateURL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 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/profile_resetter/automatic_profile_resetter_delegate_unittest.cc
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc
index 3335ff3de75ce35e1e0a7643c59924454b6b2471..23d78379bffcf50524b6273e97393faa5d4cf737 100644
--- a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc
@@ -206,7 +206,7 @@ class AutomaticProfileResetterDelegateTest
data.input_encodings.push_back("UTF-8");
data.safe_for_autoreplace = true;
- return scoped_ptr<TemplateURL>(new TemplateURL(profile(), data));
+ return scoped_ptr<TemplateURL>(new TemplateURL(data));
}
void ExpectNoPendingBrandcodedConfigFetch() {

Powered by Google App Engine
This is Rietveld 408576698