[email protected] | 00475c04 | 2011-10-10 22:23:45 | [diff] [blame] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
license.bot | bf09a50 | 2008-08-24 00:55:55 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
[email protected] | f0a51fb5 | 2009-03-05 12:46:38 | [diff] [blame] | 4 | |
[email protected] | 00475c04 | 2011-10-10 22:23:45 | [diff] [blame] | 5 | #if defined(USE_AURA) |
6 | #include "chrome/default_plugin/plugin_impl_aura.h" | ||||
7 | #elif defined(OS_WIN) | ||||
[email protected] | 0d64bb7 | 2010-07-07 05:36:38 | [diff] [blame] | 8 | #include "chrome/default_plugin/plugin_impl_win.h" |
[email protected] | 10a6e77b | 2009-12-31 01:03:52 | [diff] [blame] | 9 | #elif defined(OS_MACOSX) |
[email protected] | 0d64bb7 | 2010-07-07 05:36:38 | [diff] [blame] | 10 | #include "chrome/default_plugin/plugin_impl_mac.h" |
[email protected] | 10a6e77b | 2009-12-31 01:03:52 | [diff] [blame] | 11 | #elif defined(TOOLKIT_USES_GTK) |
[email protected] | 0d64bb7 | 2010-07-07 05:36:38 | [diff] [blame] | 12 | #include "chrome/default_plugin/plugin_impl_gtk.h" |
[email protected] | f0a51fb5 | 2009-03-05 12:46:38 | [diff] [blame] | 13 | #endif |