| Index: base/process/process.h
|
| diff --git a/base/process.h b/base/process/process.h
|
| similarity index 94%
|
| copy from base/process.h
|
| copy to base/process/process.h
|
| index 57983cc06b6069b066418ac4818340db6bc42875..20e8884b9720f04fad879980107c14a9a3951f31 100644
|
| --- a/base/process.h
|
| +++ b/base/process/process.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 BASE_PROCESS_H_
|
| -#define BASE_PROCESS_H_
|
| +#ifndef BASE_PROCESS_PROCESS_PROCESS_H_
|
| +#define BASE_PROCESS_PROCESS_PROCESS_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/basictypes.h"
|
| @@ -67,4 +67,4 @@ class BASE_EXPORT Process {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_PROCESS_H_
|
| +#endif // BASE_PROCESS_PROCESS_PROCESS_H_
|
|
|