Chromium Code Reviews| Index: src/platform-posix.cc |
| diff --git a/src/platform-posix.cc b/src/platform-posix.cc |
| index 642c2e679dd6ba46e0d2fbe8587a31ec6cfeac65..bc315b2e7e15ade647f0a92b121669eb69aaeb8f 100644 |
| --- a/src/platform-posix.cc |
| +++ b/src/platform-posix.cc |
| @@ -52,7 +52,7 @@ namespace internal { |
| static const pthread_t kNoThread = (pthread_t) 0; |
| -uint64_t OS::CpuFeaturesImpliedByPlatform() { |
| +unsigned OS::CpuFeaturesImpliedByPlatform() { |
| return 0; // Nothing special. |
| } |