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

Unified Diff: chrome/browser/net/resolve_proxy_msg_helper.h

Issue 155905: Separates ipc code from common (http://crbug.com/16829) (Closed)
Patch Set: Fixes reference to 'common_message_traits' it's actually 'common_param_traits' Created 11 years, 5 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
« no previous file with comments | « chrome/browser/modal_html_dialog_delegate.h ('k') | chrome/browser/plugin_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/resolve_proxy_msg_helper.h
diff --git a/chrome/browser/net/resolve_proxy_msg_helper.h b/chrome/browser/net/resolve_proxy_msg_helper.h
index ee6f4afe5615e0a1c2d1d0cab9774cb2fef775cc..81d2e7ea655d6e1c4c458aa9f55dfb615045e974 100644
--- a/chrome/browser/net/resolve_proxy_msg_helper.h
+++ b/chrome/browser/net/resolve_proxy_msg_helper.h
@@ -8,9 +8,9 @@
#include <deque>
#include <string>
-#include "chrome/common/ipc_message.h"
-#include "net/base/completion_callback.h"
#include "googleurl/src/gurl.h"
+#include "ipc/ipc_message.h"
+#include "net/base/completion_callback.h"
#include "net/proxy/proxy_service.h"
// This class holds the common logic used to respond to the messages:
« no previous file with comments | « chrome/browser/modal_html_dialog_delegate.h ('k') | chrome/browser/plugin_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698