| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| index 85b97b803b3fa74c207050a51870aeef4d57a681..dd0737daf630deb725bccb3ef885aa8a49dda6c1 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| @@ -14,7 +14,6 @@
|
|
|
| class IndexedDBKey;
|
| class NullableString16;
|
| -class Profile;
|
| class SerializedScriptValue;
|
| struct IndexedDBHostMsg_DatabaseCreateObjectStore_Params;
|
| struct IndexedDBHostMsg_FactoryDeleteDatabase_Params;
|
| @@ -263,7 +262,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| WebIDBTransactionIDToSizeMap transaction_size_map_;
|
| };
|
|
|
| - // Data shared between renderer processes with the same profile.
|
| + // Data shared between renderer processes with the same browser context.
|
| scoped_refptr<WebKitContext> webkit_context_;
|
|
|
| // Only access on WebKit thread.
|
|
|