Index: chrome/service/service_process.cc |
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc |
index b2d99dde2297b5b78eba7b42ae3ccc5f1b727718..5612259b17d6a12c8662372941bbcdf40641dfcd 100644 |
--- a/chrome/service/service_process.cc |
+++ b/chrome/service/service_process.cc |
@@ -7,12 +7,12 @@ |
#include <algorithm> |
#include "base/base_switches.h" |
-#include "base/basictypes.h" |
#include "base/callback.h" |
#include "base/command_line.h" |
#include "base/environment.h" |
#include "base/i18n/rtl.h" |
#include "base/location.h" |
+#include "base/macros.h" |
#include "base/memory/singleton.h" |
#include "base/path_service.h" |
#include "base/prefs/json_pref_store.h" |
@@ -23,6 +23,7 @@ |
#include "base/thread_task_runner_handle.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "base/values.h" |
+#include "build/build_config.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |