summaryrefslogtreecommitdiffstats
path: root/chromium/base/process/internal_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/process/internal_linux.h')
-rw-r--r--chromium/base/process/internal_linux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/base/process/internal_linux.h b/chromium/base/process/internal_linux.h
index 5fc33566607..1837f94ce52 100644
--- a/chromium/base/process/internal_linux.h
+++ b/chromium/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_LINUX_INTERNAL_H_
-#define BASE_PROCESS_LINUX_INTERNAL_H_
+#ifndef BASE_PROCESS_INTERNAL_LINUX_H_
+#define BASE_PROCESS_INTERNAL_LINUX_H_
#include <unistd.h>
@@ -87,4 +87,4 @@ TimeDelta ClockTicksToTimeDelta(int clock_ticks);
} // namespace internal
} // namespace base
-#endif // BASE_PROCESS_LINUX_INTERNAL_H_
+#endif // BASE_PROCESS_INTERNAL_LINUX_H_