| Index: base/mime_util.h
|
| diff --git a/base/mime_util.h b/base/mime_util.h
|
| index 7e1593b488703ab5790ec8f8f1bad572fe8633a6..58cb630b16bae522ce7202923257abfd12908fd0 100644
|
| --- a/base/mime_util.h
|
| +++ b/base/mime_util.h
|
| @@ -20,7 +20,7 @@ std::string GetFileMimeType(const FilePath& filepath);
|
| // Get the mime type for a byte vector.
|
| std::string GetDataMimeType(const std::string& data);
|
|
|
| -#if defined(OS_LINUX)
|
| +#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().
|
|
|