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

Unified Diff: chrome/browser/extensions/blacklist_state_fetcher.cc

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@02_components_move
Patch Set: Remove '// namespace safe_browsing' for a small fwd decl block. Created 5 years, 1 month 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/extensions/blacklist_state_fetcher.cc
diff --git a/chrome/browser/extensions/blacklist_state_fetcher.cc b/chrome/browser/extensions/blacklist_state_fetcher.cc
index 4f881ef0a7dac2f49ea66234e786cfea5788f919..c92279d6a9142ad31538a3dad11601543d93f337 100644
--- a/chrome/browser/extensions/blacklist_state_fetcher.cc
+++ b/chrome/browser/extensions/blacklist_state_fetcher.cc
@@ -80,8 +80,9 @@ void BlacklistStateFetcher::SendRequest(const std::string& id) {
}
void BlacklistStateFetcher::SetSafeBrowsingConfig(
- const SafeBrowsingProtocolConfig& config) {
- safe_browsing_config_.reset(new SafeBrowsingProtocolConfig(config));
+ const safe_browsing::SafeBrowsingProtocolConfig& config) {
+ safe_browsing_config_.reset(
+ new safe_browsing::SafeBrowsingProtocolConfig(config));
}
void BlacklistStateFetcher::SetURLRequestContextForTest(
@@ -155,4 +156,3 @@ void BlacklistStateFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
}
} // namespace extensions
-
« no previous file with comments | « chrome/browser/extensions/blacklist_state_fetcher.h ('k') | chrome/browser/extensions/fake_safe_browsing_database_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698