Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: content/browser/indexed_db/indexed_db_database.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/indexed_db/indexed_db_database.h
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
index a87531cb7418a0ebc737c3b99f0cf6e36e8d309c..6d187666694c640c97e49ed84ccfad408b801323 100644
--- a/content/browser/indexed_db/indexed_db_database.h
+++ b/content/browser/indexed_db/indexed_db_database.h
@@ -81,7 +81,7 @@ class CONTENT_EXPORT IndexedDBDatabase
scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks,
int64 transaction_id,
int64 version,
- WebKit::WebIDBCallbacks::DataLoss data_loss,
+ blink::WebIDBCallbacks::DataLoss data_loss,
std::string data_loss_message);
void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks);
const IndexedDBDatabaseMetadata& metadata() const { return metadata_; }
@@ -195,7 +195,7 @@ class CONTENT_EXPORT IndexedDBDatabase
void VersionChangeOperation(int64 version,
scoped_refptr<IndexedDBCallbacks> callbacks,
scoped_ptr<IndexedDBConnection> connection,
- WebKit::WebIDBCallbacks::DataLoss data_loss,
+ blink::WebIDBCallbacks::DataLoss data_loss,
std::string data_loss_message,
IndexedDBTransaction* transaction);
void VersionChangeAbortOperation(const string16& previous_version,
@@ -255,7 +255,7 @@ class CONTENT_EXPORT IndexedDBDatabase
scoped_ptr<IndexedDBConnection> connection,
int64 transaction_id,
int64 requested_version,
- WebKit::WebIDBCallbacks::DataLoss data_loss,
+ blink::WebIDBCallbacks::DataLoss data_loss,
std::string data_loss_message);
void RunVersionChangeTransactionFinal(
scoped_refptr<IndexedDBCallbacks> callbacks,
@@ -267,7 +267,7 @@ class CONTENT_EXPORT IndexedDBDatabase
scoped_ptr<IndexedDBConnection> connection,
int64 transaction_id,
int64 requested_version,
- WebKit::WebIDBCallbacks::DataLoss data_loss,
+ blink::WebIDBCallbacks::DataLoss data_loss,
std::string data_loss_message);
void ProcessPendingCalls();
« no previous file with comments | « content/browser/indexed_db/indexed_db_connection.cc ('k') | content/browser/indexed_db/indexed_db_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698