| Index: base/process/internal_linux.h
|
| diff --git a/base/process/internal_linux.h b/base/process/internal_linux.h
|
| index 1837f94ce529f8299d532ca28236eaddf2614170..5fc3356660711e36245e7cf0b59ecae9f2c8f997 100644
|
| --- a/base/process/internal_linux.h
|
| +++ b/base/process/internal_linux.h
|
| @@ -5,8 +5,8 @@
|
| // This file contains internal routines that are called by other files in
|
| // base/process/.
|
|
|
| -#ifndef BASE_PROCESS_INTERNAL_LINUX_H_
|
| -#define BASE_PROCESS_INTERNAL_LINUX_H_
|
| +#ifndef BASE_PROCESS_LINUX_INTERNAL_H_
|
| +#define BASE_PROCESS_LINUX_INTERNAL_H_
|
|
|
| #include <unistd.h>
|
|
|
| @@ -87,4 +87,4 @@
|
| } // namespace internal
|
| } // namespace base
|
|
|
| -#endif // BASE_PROCESS_INTERNAL_LINUX_H_
|
| +#endif // BASE_PROCESS_LINUX_INTERNAL_H_
|
|
|