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

Unified Diff: net/base/network_time_notifier.cc

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/base/network_config_watcher_mac.cc ('k') | net/base/test_completion_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_time_notifier.cc
diff --git a/net/base/network_time_notifier.cc b/net/base/network_time_notifier.cc
index 788619f28c70fa1857b0acff5f8bb2356174122a..6dd0d3dde1ed9641a7870e3dc647097b52bc796f 100644
--- a/net/base/network_time_notifier.cc
+++ b/net/base/network_time_notifier.cc
@@ -8,7 +8,7 @@
#include "base/bind.h"
#include "base/i18n/time_formatting.h"
#include "base/location.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « net/base/network_config_watcher_mac.cc ('k') | net/base/test_completion_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698