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

Unified Diff: courgette/disassembler.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/courgette.gyp ('k') | courgette/disassembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/disassembler.h
diff --git a/courgette/disassembler.h b/courgette/disassembler.h
index 2b4714d5ff446fbc819873800354a04235fd99af..85c0c3d413637b86b227e3fd370b47ba067aa7cc 100644
--- a/courgette/disassembler.h
+++ b/courgette/disassembler.h
@@ -21,7 +21,7 @@ class Disassembler {
public:
virtual ~Disassembler();
- virtual ExecutableType kind() { return UNKNOWN; }
+ virtual ExecutableType kind() { return EXE_UNKNOWN; }
// ok() may always be called but returns 'true' only after ParseHeader
// succeeds.
« no previous file with comments | « courgette/courgette.gyp ('k') | courgette/disassembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698