| 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 f33b546837a00a23ff267ec534f6221f677c50f7..bc07fffab55eded450d35168c49a7dbab3fc5484 100644
|
| --- a/chrome/browser/ui/webui/theme_source.cc
|
| +++ b/chrome/browser/ui/webui/theme_source.cc
|
| @@ -18,6 +18,8 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/theme_provider.h"
|
|
|
| +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";
|
|
|