| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index 02c07c72b13799e8bfd22aaf91fbf8e83faa19d9..668823bed5dae26994d3e73cb245308447eecbd0 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -158,7 +158,7 @@ class UI_EXPORT ResourceBundle {
|
|
|
| // Loads and returns a cursor from the app module.
|
| HCURSOR LoadCursor(int cursor_id);
|
| -#elif defined(TOOLKIT_USES_GTK)
|
| +#elif defined(TOOLKIT_GTK)
|
| // Gets the GdkPixbuf with the specified resource_id from the main data pak
|
| // file. Returns a pointer to a shared instance of the GdkPixbuf. This
|
| // shared GdkPixbuf is owned by the resource bundle and should not be freed.
|
|
|