| Index: chrome/browser/extensions/test_extension_system.h
|
| diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
|
| index 47faa2f08776147b9a8786790a38f7942474c13d..d17ac0268f54a14eabbb9d71369f40e5229d62b3 100644
|
| --- a/chrome/browser/extensions/test_extension_system.h
|
| +++ b/chrome/browser/extensions/test_extension_system.h
|
| @@ -8,8 +8,9 @@
|
| #include "chrome/browser/extensions/extension_system.h"
|
|
|
| class CommandLine;
|
| -class FilePath;
|
| +
|
| namespace base {
|
| +class FilePath;
|
| class Time;
|
| }
|
|
|
| @@ -27,7 +28,7 @@ class TestExtensionSystem : public ExtensionSystem {
|
| // Creates an ExtensionService initialized with the testing profile and
|
| // returns it.
|
| ExtensionService* CreateExtensionService(const CommandLine* command_line,
|
| - const FilePath& install_directory,
|
| + const base::FilePath& install_directory,
|
| bool autoupdate_enabled);
|
|
|
| // Creates an ExtensionProcessManager. If not invoked, the
|
|
|