Chromium Code Reviews| Index: content/common/android/surface_texture_manager.cc |
| diff --git a/content/common/android/surface_texture_manager.cc b/content/common/android/surface_texture_manager.cc |
| index 8062964e0575285c18541caa62e4c58d55a8113a..3280da91bfb3e04ec6191ab407a4418d869422fd 100644 |
| --- a/content/common/android/surface_texture_manager.cc |
| +++ b/content/common/android/surface_texture_manager.cc |
| @@ -9,7 +9,7 @@ |
| namespace content { |
| namespace { |
| -SurfaceTextureManager* g_instance = NULL; |
| +SurfaceTextureManager* g_instance = nullptr; |
| } // namespace |