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

Unified Diff: courgette/patcher_x86_32.h

Issue 8417045: Last small bit of refactoring. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | « courgette/patch_generator_x86_32.h ('k') | courgette/win32_x86_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/patcher_x86_32.h
diff --git a/courgette/win32_x86_patcher.h b/courgette/patcher_x86_32.h
similarity index 90%
rename from courgette/win32_x86_patcher.h
rename to courgette/patcher_x86_32.h
index f1aad9dadab8089426fef5fdc868e04f11a37e51..e69e932f6cd0eca8041d74f7def73fae5d3144dd 100644
--- a/courgette/win32_x86_patcher.h
+++ b/courgette/patcher_x86_32.h
@@ -11,12 +11,12 @@
namespace courgette {
-// CourgetteWin32X86Patcher is a TransformationPatcher for Windows 32-bit
+// Courgette32X86Patcher is a TransformationPatcher for Windows 32-bit
// executables.
//
-class CourgetteWin32X86Patcher : public TransformationPatcher {
+class PatcherX86_32 : public TransformationPatcher {
public:
- explicit CourgetteWin32X86Patcher(const Region& region)
+ explicit PatcherX86_32(const Region& region)
: ensemble_region_(region) {
}
@@ -86,7 +86,7 @@ class CourgetteWin32X86Patcher : public TransformationPatcher {
uint32 base_offset_;
uint32 base_length_;
- DISALLOW_COPY_AND_ASSIGN(CourgetteWin32X86Patcher);
+ DISALLOW_COPY_AND_ASSIGN(PatcherX86_32);
};
} // namespace
« no previous file with comments | « courgette/patch_generator_x86_32.h ('k') | courgette/win32_x86_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698