diff options
Diffstat (limited to 'chrome/browser/themes/browser_theme_pack.h')
-rw-r--r-- | chrome/browser/themes/browser_theme_pack.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h index b90f30a..1e21f39 100644 --- a/chrome/browser/themes/browser_theme_pack.h +++ b/chrome/browser/themes/browser_theme_pack.h @@ -16,12 +16,12 @@ #include "chrome/browser/browser_thread.h" #include "chrome/common/extensions/extension.h" -namespace app { -class DataPack; -} class DictionaryValue; class FilePath; class RefCountedMemory; +namespace ui { +class DataPack; +} // An optimized representation of a theme, backed by a mmapped DataPack. // @@ -170,7 +170,7 @@ class BrowserThemePack : public base::RefCountedThreadSafe< color_utils::HSL GetTintInternal(int id) const; // Data pack, if we have one. - scoped_ptr<app::DataPack> data_pack_; + scoped_ptr<ui::DataPack> data_pack_; // All structs written to disk need to be packed; no alignment tricks here, // please. |