Style Change:  SkNEW->new; SkDELETE->delete
DOCS_PREVIEW= https://skia.org/?cl=1316123003

Review URL: https://codereview.chromium.org/1316123003
diff --git a/gm/internal_links.cpp b/gm/internal_links.cpp
index bb5447e..bc1dc24 100644
--- a/gm/internal_links.cpp
+++ b/gm/internal_links.cpp
@@ -72,7 +72,7 @@
 
 //////////////////////////////////////////////////////////////////////////////
 
-static GM* MyFactory(void*) { return SkNEW(InternalLinksGM); }
+static GM* MyFactory(void*) { return new InternalLinksGM; }
 static GMRegistry reg(MyFactory);
 
 }