Index: content/browser/indexed_db/indexed_db_backing_store.h |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h |
index 46654801053106e1e23abb0873cd0b21d3b54634..738a046b00db0320764c2a1509810bff5f50748f 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.h |
+++ b/content/browser/indexed_db/indexed_db_backing_store.h |
@@ -53,14 +53,14 @@ class CONTENT_EXPORT IndexedDBBackingStore |
static scoped_refptr<IndexedDBBackingStore> Open( |
const GURL& origin_url, |
const base::FilePath& path_base, |
- WebKit::WebIDBCallbacks::DataLoss* data_loss, |
+ blink::WebIDBCallbacks::DataLoss* data_loss, |
std::string* data_loss_message, |
bool* disk_full); |
static scoped_refptr<IndexedDBBackingStore> Open( |
const GURL& origin_url, |
const base::FilePath& path_base, |
- WebKit::WebIDBCallbacks::DataLoss* data_loss, |
+ blink::WebIDBCallbacks::DataLoss* data_loss, |
std::string* data_loss_message, |
bool* disk_full, |
LevelDBFactory* factory); |