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

Unified Diff: extensions/browser/value_store/leveldb_value_store_unittest.cc

Issue 2314363002: extensions: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Comment addressed Created 4 years, 3 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: extensions/browser/value_store/leveldb_value_store_unittest.cc
diff --git a/extensions/browser/value_store/leveldb_value_store_unittest.cc b/extensions/browser/value_store/leveldb_value_store_unittest.cc
index b8b76c1d027d0e80966c37e057e1fa5bad19df8a..8498409ef69ff444a12374b7567578a89b95d62f 100644
--- a/extensions/browser/value_store/leveldb_value_store_unittest.cc
+++ b/extensions/browser/value_store/leveldb_value_store_unittest.cc
@@ -60,7 +60,7 @@ class LeveldbValueStoreUnitTest : public testing::Test {
}
LeveldbValueStore* store() { return store_.get(); }
- const base::FilePath& database_path() { return database_dir_.path(); }
+ const base::FilePath& database_path() { return database_dir_.GetPath(); }
private:
std::unique_ptr<LeveldbValueStore> store_;

Powered by Google App Engine
This is Rietveld 408576698