| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index e0daa05addb4ab9ca6cb2990297c4044dddfbfe0..77962484d0ddc9d458b5dfea6ee0e1aea72e6178 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -24,6 +24,8 @@
|
| #include "views/widget/native_widget_win.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Strings used in alignment properties.
|
| const char* ThemeService::kAlignmentTop = "top";
|
| const char* ThemeService::kAlignmentBottom = "bottom";
|
|
|