| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index c6eb36cf129990ac122e9eb4ea41f0b3ee5f6c0e..3f6c3949631132eede2950e9f987ec63a2465477 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -154,9 +154,9 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest,
|
| // Looks for an ExtensionHost whose URL has the given path component
|
| // (including leading slash). Also verifies that the expected number of hosts
|
| // are loaded.
|
| - ExtensionHost* FindHostWithPath(ExtensionProcessManager* manager,
|
| - const std::string& path,
|
| - int expected_hosts);
|
| + extensions::ExtensionHost* FindHostWithPath(ExtensionProcessManager* manager,
|
| + const std::string& path,
|
| + int expected_hosts);
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|