diff options
Diffstat (limited to 'chrome/browser/background/background_contents_service.h')
-rw-r--r-- | chrome/browser/background/background_contents_service.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h index 32e677a..88787f6 100644 --- a/chrome/browser/background/background_contents_service.h +++ b/chrome/browser/background/background_contents_service.h @@ -21,12 +21,15 @@ #include "webkit/glue/window_open_disposition.h" class CommandLine; -class DictionaryValue; class NotificationDelegate; class PrefService; class Profile; class TabContents; +namespace base { +class DictionaryValue; +} + namespace gfx { class Rect; } @@ -114,9 +117,10 @@ class BackgroundContentsService : private NotificationObserver, // Load a BackgroundContent; the settings are read from the provided // dictionary. - void LoadBackgroundContentsFromDictionary(Profile* profile, - const std::string& extension_id, - const DictionaryValue* contents); + void LoadBackgroundContentsFromDictionary( + Profile* profile, + const std::string& extension_id, + const base::DictionaryValue* contents); // Load the manifest-specified BackgroundContents for all apps for the // profile. |