| Index: chrome/common/service_process_util.cc
|
| diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc
|
| index bcbac69fe613f06fb26cffe296514fd533ce500a..4062e0f21d877ee2f63ee7d2b8be864666e9d067 100644
|
| --- a/chrome/common/service_process_util.cc
|
| +++ b/chrome/common/service_process_util.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <algorithm>
|
| +
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| @@ -237,4 +239,3 @@ bool ServiceProcessState::CreateSharedData() {
|
| std::string ServiceProcessState::GetAutoRunKey() {
|
| return GetServiceProcessScopedName("_service_run");
|
| }
|
| -
|
|
|