diff options
Diffstat (limited to 'chrome/default_plugin/plugin_impl.h')
-rw-r--r-- | chrome/default_plugin/plugin_impl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/default_plugin/plugin_impl.h b/chrome/default_plugin/plugin_impl.h deleted file mode 100644 index 45e0af3..0000000 --- a/chrome/default_plugin/plugin_impl.h +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#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 |