Index: content/common/android/surface_texture_peer.cc |
diff --git a/content/common/android/surface_texture_peer.cc b/content/common/android/surface_texture_peer.cc |
index a6fade45e69b9af79f4d32e6c461bc9bae18a95b..7e4e5c10626a5d5bfcc6996d040d49cde4f80460 100644 |
--- a/content/common/android/surface_texture_peer.cc |
+++ b/content/common/android/surface_texture_peer.cc |
@@ -9,7 +9,7 @@ |
namespace content { |
namespace { |
-SurfaceTexturePeer* g_instance_ = NULL; |
+SurfaceTexturePeer* g_instance_ = nullptr; |
} // namespace |
SurfaceTexturePeer::SurfaceTexturePeer() { |