| Index: chrome/browser/ui/webui/theme_source.cc
|
| diff --git a/chrome/browser/ui/webui/theme_source.cc b/chrome/browser/ui/webui/theme_source.cc
|
| index bc07fffab55eded450d35168c49a7dbab3fc5484..1dda6ff05841113be08fc0e03f94322cd904ba43 100644
|
| --- a/chrome/browser/ui/webui/theme_source.cc
|
| +++ b/chrome/browser/ui/webui/theme_source.cc
|
| @@ -21,8 +21,8 @@
|
| using content::BrowserThread;
|
|
|
| // use a resource map rather than hard-coded strings.
|
| -static const char* kNewTabCSSPath = "css/newtab.css";
|
| -static const char* kNewIncognitoTabCSSPath = "css/newincognitotab.css";
|
| +static const char* kNewTabCSSPath = "css/new_tab_theme.css";
|
| +static const char* kNewIncognitoTabCSSPath = "css/incognito_new_tab_theme.css";
|
|
|
| static std::string StripQueryParams(const std::string& path) {
|
| GURL path_url = GURL(std::string(chrome::kChromeUIScheme) + "://" +
|
|
|