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

Unified Diff: chrome/browser/autocomplete/autocomplete_browsertest.cc

Issue 11275088: Remove implicit scoped_refptr operator T* Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « cc/test/test_webkit_platform.cc ('k') | chrome/browser/autocomplete/history_contents_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_browsertest.cc
diff --git a/chrome/browser/autocomplete/autocomplete_browsertest.cc b/chrome/browser/autocomplete/autocomplete_browsertest.cc
index ce9675a16cfd54ebb7bda1e3fae9d29686ff6012..3a5e93f56294cc677ae6ce81bc7a7f490e4024af 100644
--- a/chrome/browser/autocomplete/autocomplete_browsertest.cc
+++ b/chrome/browser/autocomplete/autocomplete_browsertest.cc
@@ -114,7 +114,7 @@ IN_PROC_BROWSER_TEST_F(AutocompleteBrowserTest, MAYBE_Autocomplete) {
// loaded so that the autocomplete results are consistent.
ui_test_utils::WaitForHistoryToLoad(
HistoryServiceFactory::GetForProfile(browser()->profile(),
- Profile::EXPLICIT_ACCESS));
+ Profile::EXPLICIT_ACCESS).get());
LocationBar* location_bar = GetLocationBar();
AutocompleteController* autocomplete_controller = GetAutocompleteController();
@@ -281,7 +281,7 @@ IN_PROC_BROWSER_TEST_F(AutocompleteBrowserTest, ExtensionAppProvider) {
// loaded so that the autocomplete results are consistent.
ui_test_utils::WaitForHistoryToLoad(
HistoryServiceFactory::GetForProfile(browser()->profile(),
- Profile::EXPLICIT_ACCESS));
+ Profile::EXPLICIT_ACCESS).get());
AutocompleteController* autocomplete_controller = GetAutocompleteController();
« no previous file with comments | « cc/test/test_webkit_platform.cc ('k') | chrome/browser/autocomplete/history_contents_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698