| Index: base/process/process.h
|
| diff --git a/base/process/process.h b/base/process/process.h
|
| index c660a0b8f23a17121eb38cf25bb4906845c18e41..a834a29acd1ca98a380f5a526c5e4c46b1952e2b 100644
|
| --- a/base/process/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_PROCESS_H_
|
| -#define BASE_PROCESS_PROCESS_H_
|
| +#ifndef BASE_PROCESS_PROCESS_PROCESS_H_
|
| +#define BASE_PROCESS_PROCESS_PROCESS_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/basictypes.h"
|
| @@ -130,4 +130,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_PROCESS_PROCESS_H_
|
| +#endif // BASE_PROCESS_PROCESS_PROCESS_H_
|
|
|