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

Unified Diff: chrome/browser/safe_browsing/download_protection_service_unittest.cc

Issue 839193002: Move ServiceAccessType into //components/keyed_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android Created 5 years, 11 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/safe_browsing/download_protection_service_unittest.cc
diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
index 1d663680f325347b4efed2e1ba1c132a5616e59f..628211f4dd1ccad9bc077ec309d31c16e3a6c931 100644
--- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
@@ -1549,7 +1549,8 @@ TEST_F(DownloadProtectionServiceTest,
redirects.push_back(GURL("http://tab.com/ref1"));
redirects.push_back(GURL("http://tab.com/ref2"));
redirects.push_back(tab_url);
- HistoryServiceFactory::GetForProfile(&profile, Profile::EXPLICIT_ACCESS)
+ HistoryServiceFactory::GetForProfile(&profile,
+ ServiceAccessType::EXPLICIT_ACCESS)
->AddPage(tab_url,
base::Time::Now(),
reinterpret_cast<history::ContextID>(1),

Powered by Google App Engine
This is Rietveld 408576698