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

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

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
« no previous file with comments | « chrome/browser/extensions/blacklist.cc ('k') | chrome/browser/extensions/blacklist_state_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/blacklist_state_fetcher.h
diff --git a/chrome/browser/extensions/blacklist_state_fetcher.h b/chrome/browser/extensions/blacklist_state_fetcher.h
index 26244eaaeab14f2defc39f8ee165de11d20b3c0e..f1f412a4c294b533ef02fd4bb4373d5a75c4539c 100644
--- a/chrome/browser/extensions/blacklist_state_fetcher.h
+++ b/chrome/browser/extensions/blacklist_state_fetcher.h
@@ -32,7 +32,8 @@ class BlacklistStateFetcher : public net::URLFetcherDelegate {
virtual void Request(const std::string& id, const RequestCallback& callback);
- void SetSafeBrowsingConfig(const SafeBrowsingProtocolConfig& config);
+ void SetSafeBrowsingConfig(
+ const safe_browsing::SafeBrowsingProtocolConfig& config);
void SetURLRequestContextForTest(
net::URLRequestContextGetter* request_context);
@@ -51,7 +52,7 @@ class BlacklistStateFetcher : public net::URLFetcherDelegate {
// ID for URLFetchers for testing.
int url_fetcher_id_;
- scoped_ptr<SafeBrowsingProtocolConfig> safe_browsing_config_;
+ scoped_ptr<safe_browsing::SafeBrowsingProtocolConfig> safe_browsing_config_;
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
scoped_refptr<net::URLRequestContextGetter> parent_request_context_for_test_;
@@ -69,4 +70,3 @@ class BlacklistStateFetcher : public net::URLFetcherDelegate {
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_BLACKLIST_STATE_FETCHER_H_
-
« no previous file with comments | « chrome/browser/extensions/blacklist.cc ('k') | chrome/browser/extensions/blacklist_state_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698