Index: chrome/default_plugin/plugin_impl.h |
diff --git a/chrome/default_plugin/plugin_impl.h b/chrome/default_plugin/plugin_impl.h |
index ac57490c8534518901ef13d5630ae3aa93fbff1a..845c0d5a087e4a63e04e08c80fdccb06b31c1e04 100644 |
--- a/chrome/default_plugin/plugin_impl.h |
+++ b/chrome/default_plugin/plugin_impl.h |
@@ -2,12 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#if defined(USE_AURA) |
-#include "chrome/default_plugin/plugin_impl_aura.h" |
-#elif defined(OS_WIN) |
+#if defined(OS_WIN) |
#include "chrome/default_plugin/plugin_impl_win.h" |
-#elif defined(OS_MACOSX) |
-#include "chrome/default_plugin/plugin_impl_mac.h" |
-#elif defined(TOOLKIT_USES_GTK) |
-#include "chrome/default_plugin/plugin_impl_gtk.h" |
#endif |