diff options
Diffstat (limited to 'base/process/process.h')
-rw-r--r-- | base/process/process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/process/process.h b/base/process/process.h index 5ef5e9a..41eef10 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_PROCESS_H_ -#define BASE_PROCESS_PROCESS_PROCESS_H_ +#ifndef BASE_PROCESS_PROCESS_H_ +#define BASE_PROCESS_PROCESS_H_ #include "base/base_export.h" #include "base/basictypes.h" @@ -132,4 +132,4 @@ class BASE_EXPORT Process { } // namespace base -#endif // BASE_PROCESS_PROCESS_PROCESS_H_ +#endif // BASE_PROCESS_PROCESS_H_ |