| 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
|
|
|