summaryrefslogtreecommitdiffstats
path: root/webkit/default_plugin/plugin_impl.h
blob: a1fe5a9d6ae2a58469c84daa90d90c8ec23925c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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 "webkit/default_plugin/plugin_impl_win.h"
#elif defined (OS_MACOSX)
#include "webkit/default_plugin/plugin_impl_mac.h"
#elif defined (OS_LINUX)
#include "webkit/default_plugin/plugin_impl_gtk.h"
#endif