Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: webkit/default_plugin/plugin_impl.h

Issue 519030: bsds: views/ and webkit/ support for FreeBSD/OpenBSD (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/default_plugin/plugin_impl.h
diff --git a/webkit/default_plugin/plugin_impl.h b/webkit/default_plugin/plugin_impl.h
index 1bf95583aa993a7e8e7037865ffa131f3ef7e8ba..723cb054cebf4eed30c23ca5b969a7cebf7df949 100644
--- a/webkit/default_plugin/plugin_impl.h
+++ b/webkit/default_plugin/plugin_impl.h
@@ -4,8 +4,8 @@
#if defined(OS_WIN)
#include "webkit/default_plugin/plugin_impl_win.h"
-#elif defined (OS_MACOSX)
+#elif defined(OS_MACOSX)
#include "webkit/default_plugin/plugin_impl_mac.h"
-#elif defined (OS_LINUX)
+#elif defined(TOOLKIT_USES_GTK)
#include "webkit/default_plugin/plugin_impl_gtk.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698