diff options
Diffstat (limited to 'chrome/service/service_process.cc')
-rw-r--r-- | chrome/service/service_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc index ab7fa73..087fb2e 100644 --- a/chrome/service/service_process.cc +++ b/chrome/service/service_process.cc @@ -15,7 +15,7 @@ #include "base/path_service.h" #include "base/prefs/json_pref_store.h" #include "base/string16.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "base/values.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" |