Chromium Code Reviews| Index: chrome/common/extensions/api/extension_api.h |
| diff --git a/chrome/common/extensions/api/extension_api.h b/chrome/common/extensions/api/extension_api.h |
| index d56325f0af6d357fa74903553a870e29651fd3ea..1706239855102a77b99c36441c2205298defcd79 100644 |
| --- a/chrome/common/extensions/api/extension_api.h |
| +++ b/chrome/common/extensions/api/extension_api.h |
| @@ -19,7 +19,7 @@ class ListValue; |
| namespace extensions { |
| -// C++ Wrapper for the extension_api.json file. |
| +// C++ Wrapper for the JSON API definitions in api/. |
|
Aaron Boodman
2011/12/07 23:30:35
Here, please use chrome/common/extensions/api/
koz (OOO until 15th September)
2011/12/09 19:24:18
Done.
|
| class ExtensionAPI { |
| public: |
| // Returns the single instance of this class. |