summaryrefslogtreecommitdiffstats
path: root/base/win/startup_information.h
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2015-03-09 17:31:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-10 00:32:24 +0000
commit0a44860ef0cce93998ebc97f0631beae418e07ce (patch)
tree53368f5ac669d6d61dbe76d55e56076254d1a430 /base/win/startup_information.h
parenta025878158db6fe6946bf49691a91ca896e2648c (diff)
downloadchromium_src-0a44860ef0cce93998ebc97f0631beae418e07ce.zip
chromium_src-0a44860ef0cce93998ebc97f0631beae418e07ce.tar.gz
chromium_src-0a44860ef0cce93998ebc97f0631beae418e07ce.tar.bz2
base: Fix/add header #ifndef guards.
Header guards should be defined based on the path and file name of the header file. Some headers have it wrong, some are missing the guards, and some just have the matching comment wrong. R=Nico BUG=464816 Committed: https://crrev.com/301b392761fd8f66f3a701ab1dd011c6e7a55e19 Cr-Commit-Position: refs/heads/master@{#319722} Review URL: https://codereview.chromium.org/985003004 Cr-Commit-Position: refs/heads/master@{#319793}
Diffstat (limited to 'base/win/startup_information.h')
-rw-r--r--base/win/startup_information.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/win/startup_information.h b/base/win/startup_information.h
index 7cef81f..e7e21cb 100644
--- a/base/win/startup_information.h
+++ b/base/win/startup_information.h
@@ -45,5 +45,4 @@ class BASE_EXPORT StartupInformation {
} // namespace win
} // namespace base
-#endif // BASE_WIN_SCOPED_STARTUP_INFO_EX_H_
-
+#endif // BASE_WIN_STARTUP_INFORMATION_H__