| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index 110f29e1f315d08460ccddd36049d07ce6124371..eb0f3113937bd0c9a811fca364679f67d9ca4878 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -65,7 +65,7 @@
|
| namespace {
|
|
|
| static base::LazyInstance<PropertyAccessor<TabContentsWrapper*> >
|
| - g_tab_contents_wrapper_property_accessor(base::LINKER_INITIALIZED);
|
| + g_tab_contents_wrapper_property_accessor = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // The list of prefs we want to observe.
|
| const char* kPrefsToObserve[] = {
|
|
|