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

Unified Diff: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.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
Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
index 59abdb93603f3b8ce6b6a1107e7f3bdbd3d7b6cc..0affd8bac64d0b68f470c01d7d011461ee5bd6d7 100644
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
@@ -15,12 +15,15 @@
class DelayedResourceQueue;
class DownloadRequestLimiter;
-class SafeBrowsingService;
namespace extensions {
class UserScriptListener;
}
+namespace safe_browsing {
+class SafeBrowsingService;
+}
+
// Implements ResourceDispatcherHostDelegate. Currently used by the Prerender
// system to abort requests and add to the load flags when a request begins.
class ChromeResourceDispatcherHostDelegate
@@ -100,7 +103,7 @@ class ChromeResourceDispatcherHostDelegate
ScopedVector<content::ResourceThrottle>* throttles);
scoped_refptr<DownloadRequestLimiter> download_request_limiter_;
- scoped_refptr<SafeBrowsingService> safe_browsing_;
+ scoped_refptr<safe_browsing::SafeBrowsingService> safe_browsing_;
#if defined(ENABLE_EXTENSIONS)
scoped_refptr<extensions::UserScriptListener> user_script_listener_;
std::map<net::URLRequest*, StreamTargetInfo> stream_target_info_;
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698