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

Unified Diff: content/browser/resolve_proxy_msg_helper.h

Issue 11273049: Revert 164120 - content/browser: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/resolve_proxy_msg_helper.h
===================================================================
--- content/browser/resolve_proxy_msg_helper.h (revision 164121)
+++ content/browser/resolve_proxy_msg_helper.h (working copy)
@@ -19,8 +19,6 @@
class URLRequestContextGetter;
}
-namespace content {
-
// Responds to ChildProcessHostMsg_ResolveProxy, kicking off a ProxyResolve
// request on the IO thread using the specified proxy service. Completion is
// notified through the delegate. If multiple requests are started at the same
@@ -31,13 +29,14 @@
// the stored IPC::Message pointers for pending requests.
//
// This object is expected to live on the IO thread.
-class CONTENT_EXPORT ResolveProxyMsgHelper : public BrowserMessageFilter {
+class CONTENT_EXPORT ResolveProxyMsgHelper
+ : public content::BrowserMessageFilter {
public:
explicit ResolveProxyMsgHelper(net::URLRequestContextGetter* getter);
// Constructor used by unittests.
explicit ResolveProxyMsgHelper(net::ProxyService* proxy_service);
- // BrowserMessageFilter implementation
+ // content::BrowserMessageFilter implementation
virtual bool OnMessageReceived(const IPC::Message& message,
bool* message_was_ok) OVERRIDE;
@@ -82,6 +81,4 @@
net::ProxyService* proxy_service_;
};
-} // namespace content
-
#endif // CONTENT_BROWSER_RESOLVE_PROXY_MSG_HELPER_H_
« no previous file with comments | « content/browser/renderer_host/render_view_host_unittest.cc ('k') | content/browser/resolve_proxy_msg_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698