| Index: base/nix/mime_util_xdg.h
|
| diff --git a/base/nix/mime_util_xdg.h b/base/nix/mime_util_xdg.h
|
| index 94a6c066b1f4f1fac88684ffac49f2b38b629d31..e7d40460075e5d52351e75f144049b51386b8f39 100644
|
| --- a/base/nix/mime_util_xdg.h
|
| +++ b/base/nix/mime_util_xdg.h
|
| @@ -25,7 +25,7 @@ BASE_EXPORT std::string GetFileMimeType(const FilePath& filepath);
|
| // Get the mime type for a byte vector.
|
| BASE_EXPORT std::string GetDataMimeType(const std::string& data);
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // This detects the current GTK theme by calling gtk_settings_get_default().
|
| // It should only be executed on the UI thread and must be called before
|
| // GetMimeIcon().
|
|
|