| 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..894c664c1c0a6deab8ee0b3784353a33ef282484 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 UnpackedPath();
|
|
|
| private:
|
| // Stores files that make up the extension.
|
|
|