Chromium Code Reviews| Index: src/base/cpu.cc |
| diff --git a/src/base/cpu.cc b/src/base/cpu.cc |
| index 6abfe4a26035516d36ce1885a33bf0ca19190c05..fbfbcf683b74e3014257cfe749e96eabdf2203cf 100644 |
| --- a/src/base/cpu.cc |
| +++ b/src/base/cpu.cc |
| @@ -140,7 +140,7 @@ int __detect_mips_arch_revision(void) { |
| #endif |
| // Extract the information exposed by the kernel via /proc/cpuinfo. |
| -class CPUInfo V8_FINAL { |
| +class CPUInfo FINAL { |
| public: |
| CPUInfo() : datalen_(0) { |
| // Get the size of the cpuinfo file by reading it until the end. This is |