| Index: chrome/browser/ui/webui/html_dialog_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/html_dialog_ui.h (revision 111170)
|
| +++ chrome/browser/ui/webui/html_dialog_ui.h (working copy)
|
| @@ -11,19 +11,19 @@
|
|
|
| #include "base/string16.h"
|
| #include "chrome/browser/ui/webui/chrome_web_ui.h"
|
| -#include "content/common/property_bag.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| -namespace gfx {
|
| -class Size;
|
| -}
|
| -
|
| struct ContextMenuParams;
|
|
|
| namespace base {
|
| class ListValue;
|
| +template<class T> class PropertyAccessor;
|
| }
|
|
|
| +namespace gfx {
|
| +class Size;
|
| +}
|
| +
|
| // Implement this class to receive notifications.
|
| class HtmlDialogUIDelegate {
|
| public:
|
| @@ -105,7 +105,7 @@
|
|
|
| // Returns the PropertyBag accessor object used to write the delegate pointer
|
| // into the TabContents (see class-level comment above).
|
| - static PropertyAccessor<HtmlDialogUIDelegate*>& GetPropertyAccessor();
|
| + static base::PropertyAccessor<HtmlDialogUIDelegate*>& GetPropertyAccessor();
|
|
|
| private:
|
| // WebUI
|
|
|