Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: chrome/browser/themes/browser_theme_pack.h

Issue 6263008: Move ResourceBundle, DataPack to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/themes/browser_theme_pack.h
===================================================================
--- chrome/browser/themes/browser_theme_pack.h (revision 72000)
+++ chrome/browser/themes/browser_theme_pack.h (working copy)
@@ -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 @@
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.
« no previous file with comments | « chrome/browser/task_manager/task_manager_resource_providers.cc ('k') | chrome/browser/themes/browser_theme_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698