Chromium Code Reviews| Index: chrome/browser/extensions/test_extension_dir.h |
| diff --git a/chrome/browser/extensions/test_extension_dir.h b/chrome/browser/extensions/test_extension_dir.h |
| index 0f466df663b0347646749a18ba1fc8754ecc031c..e93775dd15333f45dd11f75ed357b83008386aed 100644 |
| --- a/chrome/browser/extensions/test_extension_dir.h |
| +++ b/chrome/browser/extensions/test_extension_dir.h |
| @@ -39,9 +39,7 @@ class TestExtensionDir { |
| base::FilePath Pack(); |
| // Returns the path to the unpacked directory. |
| - base::FilePath unpacked_path() { |
| - return dir_.path(); |
| - } |
| + base::FilePath unpacked_path() { return dir_.GetPath(); } |
|
Finnur
2016/09/08 11:26:00
UnpackedPath, right?
vabr (Chromium)
2016/09/08 12:21:14
Done.
|
| private: |
| // Stores files that make up the extension. |