summaryrefslogtreecommitdiffstats
path: root/base/mime_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/mime_util.h')
-rw-r--r--base/mime_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mime_util.h b/base/mime_util.h
index fd862ed..7af0472 100644
--- a/base/mime_util.h
+++ b/base/mime_util.h
@@ -24,7 +24,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_GTK)
+#if defined(TOOLKIT_USES_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().