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

Unified Diff: content/browser/indexed_db/indexed_db_backing_store.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
« no previous file with comments | « content/browser/gpu/gpu_ipc_browsertests.cc ('k') | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/browser/gpu/gpu_ipc_browsertests.cc ('k') | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698