| Index: chrome/browser/service_process/service_process_control.h
|
| diff --git a/chrome/browser/service/service_process_control.h b/chrome/browser/service_process/service_process_control.h
|
| similarity index 97%
|
| rename from chrome/browser/service/service_process_control.h
|
| rename to chrome/browser/service_process/service_process_control.h
|
| index 88a27314b5ea1d5d41552c4125f892cf58e8acab..2e331452d434d55cfe417f75f5800ddd6fd87c7f 100644
|
| --- a/chrome/browser/service/service_process_control.h
|
| +++ b/chrome/browser/service_process/service_process_control.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SERVICE_SERVICE_PROCESS_CONTROL_H_
|
| -#define CHROME_BROWSER_SERVICE_SERVICE_PROCESS_CONTROL_H_
|
| +#ifndef CHROME_BROWSER_SERVICE_PROCESS_SERVICE_PROCESS_CONTROL_H_
|
| +#define CHROME_BROWSER_SERVICE_PROCESS_SERVICE_PROCESS_CONTROL_H_
|
|
|
| #include <queue>
|
| #include <set>
|
| @@ -216,4 +216,4 @@ class ServiceProcessControl : public IPC::Sender,
|
| base::CancelableClosure histograms_timeout_callback_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SERVICE_SERVICE_PROCESS_CONTROL_H_
|
| +#endif // CHROME_BROWSER_SERVICE_PROCESS_SERVICE_PROCESS_CONTROL_H_
|
|
|