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

Unified Diff: net/dns/notify_watcher_mac.h

Issue 19614003: Use a direct include of the message_loop header in net/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « net/dns/mock_host_resolver.cc ('k') | net/dns/serial_worker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/notify_watcher_mac.h
diff --git a/net/dns/notify_watcher_mac.h b/net/dns/notify_watcher_mac.h
index 24e99745ea3325e30293c0d1cc49a3be4b0faf14..01375d5663755480b933d5a48f2af4ebd65ccd09 100644
--- a/net/dns/notify_watcher_mac.h
+++ b/net/dns/notify_watcher_mac.h
@@ -6,7 +6,7 @@
#define NET_DNS_NOTIFY_WATCHER_MAC_H_
#include "base/callback.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
namespace net {
« no previous file with comments | « net/dns/mock_host_resolver.cc ('k') | net/dns/serial_worker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698