| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| ===================================================================
|
| --- chrome/browser/ui/tab_contents/tab_contents_wrapper.h (revision 111170)
|
| +++ chrome/browser/ui/tab_contents/tab_contents_wrapper.h (working copy)
|
| @@ -90,7 +90,7 @@
|
|
|
| // Used to retrieve this object from |tab_contents_|, which is placed in
|
| // its property bag to avoid adding additional interfaces.
|
| - static PropertyAccessor<TabContentsWrapper*>* property_accessor();
|
| + static base::PropertyAccessor<TabContentsWrapper*>* property_accessor();
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
|
|