summaryrefslogtreecommitdiffstats
path: root/webkit/default_plugin
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 03:10:01 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 03:10:01 +0000
commit53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4 (patch)
tree10c68d673067b0c991228b6220813fd4edf142f2 /webkit/default_plugin
parentae5bcd4259d5cc277fd92a363d3bed6575341355 (diff)
downloadchromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.zip
chromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.tar.gz
chromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.tar.bz2
Move nphostapi.h to be with the rest of the NPAPI headers.
Review URL: http://codereview.chromium.org/652161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin')
-rw-r--r--webkit/default_plugin/plugin_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/default_plugin/plugin_main.h b/webkit/default_plugin/plugin_main.h
index 532d4cb..4f73651 100644
--- a/webkit/default_plugin/plugin_main.h
+++ b/webkit/default_plugin/plugin_main.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -6,7 +6,7 @@
#include <string>
#include "third_party/npapi/bindings/npapi.h"
-#include "webkit/glue/plugins/nphostapi.h"
+#include "third_party/npapi/bindings/nphostapi.h"
namespace default_plugin {