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

Unified Diff: components/leveldb/leveldb_database_impl.h

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove stray mark. Created 4 years, 9 months 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: components/leveldb/leveldb_database_impl.h
diff --git a/components/leveldb/leveldb_database_impl.h b/components/leveldb/leveldb_database_impl.h
index 5b5721c1b671b5238df6d86dd7022264750fe175..29ff697eebb2d0a7cb58ea73a449db3bc075ca1f 100644
--- a/components/leveldb/leveldb_database_impl.h
+++ b/components/leveldb/leveldb_database_impl.h
@@ -18,7 +18,7 @@ class MojoEnv;
// The backing to a database object that we pass to our called.
class LevelDBDatabaseImpl : public LevelDBDatabase {
public:
- LevelDBDatabaseImpl(mojo::InterfaceRequest<LevelDBDatabase> request,
+ LevelDBDatabaseImpl(leveldb::LevelDBDatabaseRequest request,
scoped_ptr<MojoEnv> environment,
scoped_ptr<leveldb::DB> db);
~LevelDBDatabaseImpl() override;

Powered by Google App Engine
This is Rietveld 408576698