| Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (revision 111170)
|
| +++ chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (working copy)
|
| @@ -103,8 +103,9 @@
|
| // state in a TabContents. When constructed |accessor| generates a
|
| // globally-unique id used to index into the per-tab PropertyBag used
|
| // to store the state data.
|
| -PropertyAccessor<OmniboxViewMacState>* GetStateAccessor() {
|
| - CR_DEFINE_STATIC_LOCAL(PropertyAccessor<OmniboxViewMacState>, accessor, ());
|
| +base::PropertyAccessor<OmniboxViewMacState>* GetStateAccessor() {
|
| + CR_DEFINE_STATIC_LOCAL(
|
| + base::PropertyAccessor<OmniboxViewMacState>, accessor, ());
|
| return &accessor;
|
| }
|
|
|
|
|