summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/browser_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/themes/browser_theme_provider.h')
-rw-r--r--chrome/browser/themes/browser_theme_provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/themes/browser_theme_provider.h b/chrome/browser/themes/browser_theme_provider.h
index cddd153..e400a1f 100644
--- a/chrome/browser/themes/browser_theme_provider.h
+++ b/chrome/browser/themes/browser_theme_provider.h
@@ -11,8 +11,8 @@
#include <string>
#include "app/theme_provider.h"
-#include "base/non_thread_safe.h"
#include "base/ref_counted.h"
+#include "base/threading/non_thread_safe.h"
namespace color_utils {
struct HSL;
@@ -32,7 +32,7 @@ class ResourceBundle;
extern "C" NSString* const kBrowserThemeDidChangeNotification;
#endif // __OBJC__
-class BrowserThemeProvider : public NonThreadSafe,
+class BrowserThemeProvider : public base::NonThreadSafe,
public ThemeProvider {
public:
// Public constants used in BrowserThemeProvider and its subclasses: