Chromium Code Reviews| Index: chrome/browser/extensions/extension_api_unittest.h |
| diff --git a/chrome/browser/extensions/extension_api_unittest.h b/chrome/browser/extensions/extension_api_unittest.h |
| index 71bb591a29f0334fd040543ce0b2b32bbe707bd2..7be14a1c802a3565943dfa00daaf24abdc9af015 100644 |
| --- a/chrome/browser/extensions/extension_api_unittest.h |
| +++ b/chrome/browser/extensions/extension_api_unittest.h |
| @@ -35,6 +35,8 @@ namespace extensions { |
| // needed, this could be expanded to allow for alternate WebContents). |
| // When calling RunFunction[AndReturn*], |args| should be in JSON format, |
| // wrapped in a list. See also RunFunction* in extension_function_test_utils.h. |
| +// TODO(yoz): Move users of this base class to use the equivalent base class |
| +// in extensions/browser. |
| class ExtensionApiUnittest : public BrowserWithTestWindowTest { |
|
Yoyo Zhou
2014/08/13 01:54:28
Unfortunately, this is still named extensions::Ext
|
| public: |
| ExtensionApiUnittest(); |