commit | 467a106ebe29cb4a7da83329aa5f33dfc9dcd877 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 18 12:07:19 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 18 12:07:19 2013 |
tree | d118a2083cd369c4fae5ac8daf0e445fc4f5238c | |
parent | 1daeaba0b5b48591f327064d14bc99829814d594 [diff] [blame] |
Use a direct include of the message_loop header in chrome/browser/, part 7. BUG=260807 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/19602003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212332 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc index df54445..5866cdb 100644 --- a/chrome/browser/nacl_host/nacl_process_host.cc +++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -12,7 +12,7 @@ #include "base/bind.h" #include "base/command_line.h" #include "base/file_util.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/metrics/histogram.h" #include "base/path_service.h" #include "base/process_util.h"