summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_main.cc
diff options
context:
space:
mode:
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"