Index: chrome/browser/ui/webui/options2/font_settings_handler2.h |
=================================================================== |
--- chrome/browser/ui/webui/options2/font_settings_handler2.h (revision 124079) |
+++ chrome/browser/ui/webui/options2/font_settings_handler2.h (working copy) |
@@ -6,10 +6,14 @@ |
#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_FONT_SETTINGS_HANDLER2_H_ |
#pragma once |
+#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/prefs/pref_member.h" |
#include "chrome/browser/ui/webui/options2/options_ui2.h" |
-#include "content/browser/font_list_async.h" |
+namespace base { |
+class ListValue; |
+} |
+ |
namespace options2 { |
// Font settings overlay page UI handler. |
@@ -33,7 +37,7 @@ |
private: |
void HandleFetchFontsData(const ListValue* args); |
- void FontsListHasLoaded(scoped_refptr<content::FontListResult> list); |
+ void FontsListHasLoaded(scoped_ptr<base::ListValue> list); |
void SetUpStandardFontSample(); |
void SetUpSerifFontSample(); |