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

Unified Diff: components/filesystem/file_system_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: gyp-ify all the tracing stuff. Created 4 years, 10 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/filesystem/file_system_impl.h
diff --git a/components/filesystem/file_system_impl.h b/components/filesystem/file_system_impl.h
index f7a1366f3593cf9a99bf21565d45b2f14a174a17..3bb864a1e213f8da14db7b799c970fb57d2f7b5d 100644
--- a/components/filesystem/file_system_impl.h
+++ b/components/filesystem/file_system_impl.h
@@ -31,7 +31,7 @@ class FileSystemImpl : public FileSystem {
// |OpenPersistentFileSystem().
FileSystemImpl(mojo::Connection* connection,
mojo::InterfaceRequest<FileSystem> request,
- base::FilePath persistent_dir,
+ const base::FilePath& persistent_dir,
LockTable* lock_table);
~FileSystemImpl() override;

Powered by Google App Engine
This is Rietveld 408576698