| Index: content/browser/indexed_db/indexed_db_factory.h
|
| diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h
|
| index 1ac6625ee683f2d6ef19f84cc6c282363ce437da..a308981570ee794e143a4e892a6c312d33dfc474 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/indexed_db_factory.h
|
| @@ -30,7 +30,7 @@ class URLRequestContext;
|
| namespace content {
|
|
|
| class IndexedDBBackingStore;
|
| -struct IndexedDBPendingConnection;
|
| +class IndexedDBPendingConnection;
|
|
|
| class CONTENT_EXPORT IndexedDBFactory
|
| : NON_EXPORTED_BASE(public base::RefCountedThreadSafe<IndexedDBFactory>) {
|
|
|