| Index: ceee/ie/plugin/bho/browser_helper_object.h
|
| diff --git a/ceee/ie/plugin/bho/browser_helper_object.h b/ceee/ie/plugin/bho/browser_helper_object.h
|
| index 074ee845467ca27ff3678cdeedc625711b6c7dd3..eabfe23d2fa9d312ed78bc59bd6c9fb62fe28d44 100644
|
| --- a/ceee/ie/plugin/bho/browser_helper_object.h
|
| +++ b/ceee/ie/plugin/bho/browser_helper_object.h
|
| @@ -33,8 +33,10 @@
|
| #include "ceee/ie/plugin/scripting/userscripts_librarian.h"
|
| #include "ceee/ie/plugin/scripting/content_script_native_api.h"
|
| #include "ceee/ie/plugin/toolband/resource.h"
|
| +
|
| #include "broker_lib.h" // NOLINT
|
| #include "toolband.h" // NOLINT
|
| +#include "version.h" // NOLINT
|
|
|
| // Implementation of an IE browser helper object.
|
| class ATL_NO_VTABLE BrowserHelperObject
|
| @@ -54,7 +56,7 @@ class ATL_NO_VTABLE BrowserHelperObject
|
| DECLARE_REGISTRY_RESOURCEID_EX(IDR_BROWSERHELPEROBJECT)
|
| BEGIN_REGISTRY_MAP(BrowserHelperObject)
|
| REGMAP_UUID("CLSID", CLSID_BrowserHelperObject)
|
| - REGMAP_RESOURCE("NAME", IDS_CEEE_NAME)
|
| + REGMAP_RESOURCE("NAME", IDS_CEEE_BHO_NAME)
|
| END_REGISTRY_MAP()
|
|
|
| DECLARE_NOT_AGGREGATABLE(BrowserHelperObject)
|
|
|