 Chromium Code Reviews
 Chromium Code Reviews Issue 1371083003:
  [presubmit] Enable readability/namespace linter checking.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1371083003:
  [presubmit] Enable readability/namespace linter checking.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/ic/ic-compiler.h | 
| diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h | 
| index ee6597d59d04b32a99407ec21844f29cace20244..ff32404afa602a95c1f319bd6a30ef89d45c38f8 100644 | 
| --- a/src/ic/ic-compiler.h | 
| +++ b/src/ic/ic-compiler.h | 
| @@ -125,7 +125,7 @@ class PropertyICCompiler : public PropertyAccessCompiler { | 
| }; | 
| -} | 
| -} // namespace v8::internal | 
| +} // namespace internal | 
| +} // namespace v8 | 
| #endif // V8_IC_IC_COMPILER_H_ |