| Index: chrome/browser/ui/webui/constrained_html_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/constrained_html_ui.h (revision 111170)
|
| +++ chrome/browser/ui/webui/constrained_html_ui.h (working copy)
|
| @@ -7,7 +7,6 @@
|
| #pragma once
|
|
|
| #include "chrome/browser/ui/webui/chrome_web_ui.h"
|
| -#include "content/common/property_bag.h"
|
|
|
| class ConstrainedWindow;
|
| class HtmlDialogUIDelegate;
|
| @@ -16,6 +15,10 @@
|
| class TabContents;
|
| class TabContentsWrapper;
|
|
|
| +namespace base {
|
| +template<class T> class PropertyAccessor;
|
| +}
|
| +
|
| class ConstrainedHtmlUIDelegate {
|
| public:
|
| virtual HtmlDialogUIDelegate* GetHtmlDialogUIDelegate() = 0;
|
| @@ -62,7 +65,7 @@
|
|
|
| // Returns a property accessor that can be used to set the
|
| // ConstrainedHtmlUIDelegate property on a TabContents.
|
| - static PropertyAccessor<ConstrainedHtmlUIDelegate*>&
|
| + static base::PropertyAccessor<ConstrainedHtmlUIDelegate*>&
|
| GetPropertyAccessor();
|
|
|
| protected:
|
|
|