summaryrefslogtreecommitdiff
path: root/chromium/base/build_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/build_time.h')
-rw-r--r--chromium/base/build_time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/base/build_time.h b/chromium/base/build_time.h
index c7df479b622..4f0abc38133 100644
--- a/chromium/base/build_time.h
+++ b/chromium/base/build_time.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_BUILD_TIME_
-#define BASE_BUILD_TIME_
+#ifndef BASE_BUILD_TIME_H_
+#define BASE_BUILD_TIME_H_
#include "base/base_export.h"
#include "base/time/time.h"
@@ -25,4 +25,4 @@ Time BASE_EXPORT GetBuildTime();
} // namespace base
-#endif // BASE_BUILD_TIME_
+#endif // BASE_BUILD_TIME_H_