summaryrefslogtreecommitdiffstats
path: root/chrome/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 /chrome/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 'chrome/plugin')
-rw-r--r--chrome/plugin/npobject_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/plugin/npobject_util.cc b/chrome/plugin/npobject_util.cc
index c0c3d10f..0c54a33 100644
--- a/chrome/plugin/npobject_util.cc
+++ b/chrome/plugin/npobject_util.cc
@@ -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.
@@ -8,8 +8,8 @@
#include "chrome/common/plugin_messages.h"
#include "chrome/plugin/npobject_proxy.h"
#include "chrome/plugin/plugin_channel_base.h"
+#include "third_party/npapi/bindings/nphostapi.h"
#include "third_party/WebKit/WebKit/chromium/public/WebBindings.h"
-#include "webkit/glue/plugins/nphostapi.h"
#include "webkit/glue/plugins/plugin_host.h"
#include "webkit/glue/webkit_glue.h"