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

Unified Diff: base/win/pe_image.h

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/process/kill_posix.cc ('k') | build/android/buildbot/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/pe_image.h
diff --git a/base/win/pe_image.h b/base/win/pe_image.h
index 878ef528c9a8426c27dbc39b2c58735855a702de..d93e99dc14393b1f782d3752c3bbeba2accbef71 100644
--- a/base/win/pe_image.h
+++ b/base/win/pe_image.h
@@ -23,7 +23,7 @@ namespace base {
namespace win {
// This class is a wrapper for the Portable Executable File Format (PE).
-// It's main purpose is to provide an easy way to work with imports and exports
+// Its main purpose is to provide an easy way to work with imports and exports
// from a file, mapped in memory as image.
class PEImage {
public:
@@ -84,6 +84,8 @@ class PEImage {
module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module));
}
+ virtual ~PEImage() {}
+
// Gets the HMODULE for this object.
HMODULE module() const;
« no previous file with comments | « base/process/kill_posix.cc ('k') | build/android/buildbot/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698