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

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 7438002: Deprecate Profile::GetDefaultRequestContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix other references. Created 9 years, 5 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/test/live_sync/live_sync_test.cc
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index a47d67f394614d4a7725b84a82669f5f1622a406..910c2f22dc08c954b2361d3d0725450bce3bba8c 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -460,7 +460,7 @@ bool LiveSyncTest::IsTestServerRunning() {
GURL sync_url_status(sync_url.append("/healthz"));
SyncServerStatusChecker delegate;
URLFetcher fetcher(sync_url_status, URLFetcher::GET, &delegate);
- fetcher.set_request_context(Profile::GetDefaultRequestContext());
+ fetcher.set_request_context(Profile::Deprecated::GetDefaultRequestContext());
fetcher.Start();
ui_test_utils::RunMessageLoop();
return delegate.running();

Powered by Google App Engine
This is Rietveld 408576698