| Index: content/child/indexed_db/indexed_db_dispatcher.cc
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher.cc b/content/child/indexed_db/indexed_db_dispatcher.cc
|
| index 59c63aab613dc26f0dc07691f30607acfd4088f9..a920c10fe57d35f7bb67b0e74e7ad2bbb37d838e 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher.cc
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.cc
|
| @@ -20,7 +20,7 @@ using blink::WebIDBObservation;
|
| using base::ThreadLocalPointer;
|
|
|
| namespace content {
|
| -static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
|
| +static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher>>::Leaky
|
| g_idb_dispatcher_tls = LAZY_INSTANCE_INITIALIZER;
|
|
|
| namespace {
|
|
|