diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:07:17 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:07:17 +0000 |
commit | 95f861e7fc993d94e09f0dce18f89d669baae6aa (patch) | |
tree | 20a87a38588048a8184b392d015ea94efff9bac0 /content/browser/download/base_file_unittest.cc | |
parent | 0e1ad4485281e7d3510499ef5fd3e95e5933c600 (diff) | |
download | chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.zip chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.tar.gz chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.tar.bz2 |
Use a direct include of the message_loop header in content/, part 1.
BUG=260807
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19532003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/download/base_file_unittest.cc')
-rw-r--r-- | content/browser/download/base_file_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc index 415d756..826f56b 100644 --- a/content/browser/download/base_file_unittest.cc +++ b/content/browser/download/base_file_unittest.cc @@ -7,7 +7,7 @@ #include "base/file_util.h" #include "base/files/scoped_temp_dir.h" #include "base/logging.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/strings/string_number_conversions.h" #include "base/test/test_file_util.h" #include "content/browser/browser_thread_impl.h" |