Chromium Code Reviews| Index: content/common/gpu/gpu_surface_lookup.cc |
| diff --git a/content/common/gpu/gpu_surface_lookup.cc b/content/common/gpu/gpu_surface_lookup.cc |
| index df18711883eeb1f37c6e4500ac8131564bfd1b96..1a07558a58fc266818c83379b0927613efca84b2 100644 |
| --- a/content/common/gpu/gpu_surface_lookup.cc |
| +++ b/content/common/gpu/gpu_surface_lookup.cc |
| @@ -8,7 +8,7 @@ |
| namespace content { |
| namespace { |
| -GpuSurfaceLookup* g_instance = NULL; |
| +GpuSurfaceLookup* g_instance = nullptr; |
| } // anonymous namespace |
| // static |