summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:58:55 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:58:55 +0000
commit2fb8c2e0d87dccfb0d396e96d314ff0260f49c00 (patch)
treedf90c93da09fc221fc9c64864bb11266770cccb8 /chrome/browser/shell_integration_linux.cc
parentf129d250dc587a1a444f74247a345cd5c23e934d (diff)
downloadchromium_src-2fb8c2e0d87dccfb0d396e96d314ff0260f49c00.zip
chromium_src-2fb8c2e0d87dccfb0d396e96d314ff0260f49c00.tar.gz
chromium_src-2fb8c2e0d87dccfb0d396e96d314ff0260f49c00.tar.bz2
Use a direct include of the message_loop header in chrome/browser/, part 10.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19479003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_linux.cc')
-rw-r--r--chrome/browser/shell_integration_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index 64bb162..536be8e 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -23,7 +23,7 @@
#include "base/i18n/file_util_icu.h"
#include "base/memory/ref_counted_memory.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/path_service.h"
#include "base/posix/eintr_wrapper.h"
#include "base/process_util.h"