| Index: chrome/browser/ui/webui/chrome_url_data_manager.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_url_data_manager.h (revision 92173)
|
| +++ chrome/browser/ui/webui/chrome_url_data_manager.h (working copy)
|
| @@ -13,12 +13,15 @@
|
| #include "content/browser/browser_thread.h"
|
|
|
| class ChromeURLDataManagerBackend;
|
| -class DictionaryValue;
|
| class FilePath;
|
| class MessageLoop;
|
| class Profile;
|
| class RefCountedMemory;
|
|
|
| +namespace base {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| // To serve dynamic data off of chrome: URLs, implement the
|
| // ChromeURLDataManager::DataSource interface and register your handler
|
| // with AddDataSource. DataSources must be added on the UI thread (they are also
|
| @@ -102,7 +105,8 @@
|
| // TODO: nuke this and convert all callers to not replace.
|
| virtual bool ShouldReplaceExistingSource() const;
|
|
|
| - static void SetFontAndTextDirection(DictionaryValue* localized_strings);
|
| + static void SetFontAndTextDirection(
|
| + base::DictionaryValue* localized_strings);
|
|
|
| protected:
|
| virtual ~DataSource();
|
|
|