| Index: chrome_frame/external_tab.cc
|
| diff --git a/chrome_frame/external_tab.cc b/chrome_frame/external_tab.cc
|
| index 0e5b044be65b057ce6910d960360e6c71a38eac5..797a2ab83a03cc5cc7ff7bf53f4c675740f8ee57 100644
|
| --- a/chrome_frame/external_tab.cc
|
| +++ b/chrome_frame/external_tab.cc
|
| @@ -15,8 +15,8 @@ DISABLE_RUNNABLE_METHOD_REFCOUNT(ExternalTabProxy);
|
| DISABLE_RUNNABLE_METHOD_REFCOUNT(UIDelegate);
|
|
|
| namespace {
|
| - static base::LazyInstance<ChromeProxyFactory> g_proxy_factory(
|
| - base::LINKER_INITIALIZED);
|
| + static base::LazyInstance<ChromeProxyFactory> g_proxy_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| struct UserDataHolder : public SyncMessageContext {
|
| explicit UserDataHolder(void* p) : data(p) {}
|
|
|