WebUI: Rename new_new_tab to new_tab

BUG=None
TEST=None

Review URL: http://codereview.chromium.org/7043014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85829 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 253f49a..d97e5904 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -46,8 +46,8 @@
       <include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list.json" type="BINDATA" />
       <include name="IDR_NEW_INCOGNITO_TAB_THEME_CSS" file="resources\new_incognito_tab_theme.css" flattenhtml="true" type="BINDATA" />
       <if expr="not pp_ifdef('touchui')">
-        <include name="IDR_NEW_TAB_HTML" file="resources\new_new_tab.html" flattenhtml="true" type="BINDATA" />
-        <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_new_tab_theme.css" flattenhtml="true" type="BINDATA" />
+        <include name="IDR_NEW_TAB_HTML" file="resources\new_tab.html" flattenhtml="true" type="BINDATA" />
+        <include name="IDR_NEW_TAB_THEME_CSS" file="resources\new_tab_theme.css" flattenhtml="true" type="BINDATA" />
       </if>
       <if expr="pp_ifdef('touchui')">
         <include name="IDR_NEW_TAB_HTML" file="resources\touch_ntp\newtab.html" flattenhtml="true" type="BINDATA" />