| Index: extensions/common/manifest_handler.h
|
| diff --git a/extensions/common/manifest_handler.h b/extensions/common/manifest_handler.h
|
| index a6963f468cd17cfde6b1926fcddd0e48b19b894e..4c7da31eee09a035f3ce3e3bd45177d64a426780 100644
|
| --- a/extensions/common/manifest_handler.h
|
| +++ b/extensions/common/manifest_handler.h
|
| @@ -62,7 +62,7 @@ class ManifestHandler {
|
| // for multiple keys. The global registry takes ownership of this;
|
| // if it has an existing handler for |key|, it replaces it with this.
|
| // Manifest handlers must be registered at process startup in
|
| - // chrome_manifest_handlers.cc:
|
| + // common_manifest_handlers.cc or chrome_manifest_handlers.cc:
|
| // (new MyManifestHandler)->Register();
|
| void Register();
|
|
|
|
|