| Index: extensions/browser/content_hash_fetcher_unittest.cc
|
| diff --git a/extensions/browser/content_hash_fetcher_unittest.cc b/extensions/browser/content_hash_fetcher_unittest.cc
|
| index 1893309f2d93903daa8d2c4db554c8fe1b59dcae..ac1adc832398fb9468357024d99852902b5bd6c7 100644
|
| --- a/extensions/browser/content_hash_fetcher_unittest.cc
|
| +++ b/extensions/browser/content_hash_fetcher_unittest.cc
|
| @@ -148,7 +148,7 @@ class ContentHashFetcherTest : public ExtensionsTest {
|
| scoped_refptr<Extension> UnzipToTempDirAndLoad(
|
| const base::FilePath& extension_zip) {
|
| EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - base::FilePath destination = temp_dir_.path();
|
| + base::FilePath destination = temp_dir_.GetPath();
|
| EXPECT_TRUE(zip::Unzip(extension_zip, destination));
|
|
|
| std::string error;
|
|
|