commit | 495cad9aa03d62e98a3979aa4d81b6f8ba095998 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 18 08:12:40 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 18 08:12:40 2013 |
tree | f3913ed4f124144e2840dd5d8e321834988de1dd | |
parent | 30b3965b1eec6ffb588c3dc65fc5f92d000aca83 [diff] [blame] |
Use a direct include of the message_loop header in base/. BUG=260807 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/19224003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212281 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/system_monitor/system_monitor.cc b/base/system_monitor/system_monitor.cc index d11ffc0..11dd000 100644 --- a/base/system_monitor/system_monitor.cc +++ b/base/system_monitor/system_monitor.cc
@@ -7,7 +7,7 @@ #include <utility> #include "base/logging.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/time/time.h" namespace base {