| Index: ui/base/resource/resource_bundle_win.h
|
| diff --git a/ui/base/resource/resource_bundle_win.h b/ui/base/resource/resource_bundle_win.h
|
| index 9a75bedf856bc0aa2a113c3b856cfa5fc5a329a3..811464e1304b320415ac1b19dfff3a1aa9cae3fd 100644
|
| --- a/ui/base/resource/resource_bundle_win.h
|
| +++ b/ui/base/resource/resource_bundle_win.h
|
| @@ -10,16 +10,16 @@
|
| #include <windows.h>
|
|
|
| #include "base/basictypes.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace ui {
|
|
|
| // NOTE: This needs to be called before initializing ResourceBundle if your
|
| // resources are not stored in the executable.
|
| -UI_EXPORT void SetResourcesDataDLL(HINSTANCE handle);
|
| +UI_BASE_EXPORT void SetResourcesDataDLL(HINSTANCE handle);
|
|
|
| // Loads and returns an icon from the app module.
|
| -UI_EXPORT HICON LoadThemeIconFromResourcesDataDLL(int icon_id);
|
| +UI_BASE_EXPORT HICON LoadThemeIconFromResourcesDataDLL(int icon_id);
|
|
|
| } // namespace ui
|
|
|
|
|