Index: chrome/browser/extensions/extension_browsertest.h |
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h |
index f70537c10d7377bef0709672f71cbf3f48c68813..47b37d7c99c35b2b7a18f5e7c51a1863a1851283 100644 |
--- a/chrome/browser/extensions/extension_browsertest.h |
+++ b/chrome/browser/extensions/extension_browsertest.h |
@@ -23,10 +23,10 @@ |
#include "extensions/common/manifest.h" |
class ExtensionService; |
-class ExtensionSet; |
class Profile; |
namespace extensions { |
+class ExtensionSet; |
class ProcessManager; |
} |
@@ -69,7 +69,7 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest { |
Profile* profile(); |
static const extensions::Extension* GetExtensionByPath( |
- const ExtensionSet* extensions, const base::FilePath& path); |
+ const extensions::ExtensionSet* extensions, const base::FilePath& path); |
// InProcessBrowserTest |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; |