diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 21:49:54 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 21:49:54 +0000 |
commit | ae4e20ac9d99988fb5b522acfaae08cb469a2ab7 (patch) | |
tree | ede89baf7be0f91f2fc9c1734a6060ce75fe648f /webkit/glue/plugins/plugin_string_stream.cc | |
parent | 022f42453b737577e9175eb279d507981ef40b30 (diff) | |
download | chromium_src-ae4e20ac9d99988fb5b522acfaae08cb469a2ab7.zip chromium_src-ae4e20ac9d99988fb5b522acfaae08cb469a2ab7.tar.gz chromium_src-ae4e20ac9d99988fb5b522acfaae08cb469a2ab7.tar.bz2 |
New implementations of core plugin libraries.
Review URL: http://codereview.chromium.org/17427
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/plugin_string_stream.cc')
-rw-r--r-- | webkit/glue/plugins/plugin_string_stream.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/plugin_string_stream.cc b/webkit/glue/plugins/plugin_string_stream.cc index db46d1c..bb56d7c 100644 --- a/webkit/glue/plugins/plugin_string_stream.cc +++ b/webkit/glue/plugins/plugin_string_stream.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "config.h" + #include "webkit/glue/plugins/plugin_string_stream.h" namespace NPAPI { |