Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: base/pe_image.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/no_windows2000_unittest.h ('k') | base/perftimer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/pe_image.h
diff --git a/base/pe_image.h b/base/pe_image.h
index d03aec7542270de396760fa07ac197bebc601a7c..f2a929d65bc18da2a841d094e281dd37a9c57376 100644
--- a/base/pe_image.h
+++ b/base/pe_image.h
@@ -8,8 +8,8 @@
// Win32 Portable Executable File Format" by Matt Pietrek:
// http://msdn.microsoft.com/msdnmag/issues/02/02/PE/default.aspx
-#ifndef BASE_SRC_PE_IMAGE_H__
-#define BASE_SRC_PE_IMAGE_H__
+#ifndef BASE_PE_IMAGE_H_
+#define BASE_PE_IMAGE_H_
#include <windows.h>
#include <DelayIMP.h>
@@ -254,4 +254,4 @@ inline PIMAGE_EXPORT_DIRECTORY PEImage::GetExportDirectory() const {
GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT));
}
-#endif // BASE_SRC_PE_IMAGE_H__
+#endif // BASE_PE_IMAGE_H_
« no previous file with comments | « base/no_windows2000_unittest.h ('k') | base/perftimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698