summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_main.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:54:20 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:54:20 +0000
commit682751055a3e088da1bb2a201dfcb2d6b8f2d71a (patch)
tree12026fbe4b15d4755d15b752b962805210c06e5e /chrome/service/service_main.cc
parentf368eeb6a4df7a08690da1a51d2d68eb9d3e974e (diff)
downloadchromium_src-682751055a3e088da1bb2a201dfcb2d6b8f2d71a.zip
chromium_src-682751055a3e088da1bb2a201dfcb2d6b8f2d71a.tar.gz
chromium_src-682751055a3e088da1bb2a201dfcb2d6b8f2d71a.tar.bz2
Use a direct include of the message_loop header in chrome/app, chrome/common, chrome/nacl/, chrome/renderer/, chrome/service/.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19579004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_main.cc')
-rw-r--r--chrome/service/service_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
index c876020..99e680b 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/debug/debugger.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/service_process_util.h"
#include "chrome/service/service_process.h"