Index: base/mime_util.h |
diff --git a/base/mime_util.h b/base/mime_util.h |
index fd862ed2d0e9832ae771be2214e905942b9a7fd2..7af0472de5d2494b3ffea36ef46e34b2b611bb13 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(). |