From 53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 24 Feb 2010 03:10:01 +0000 Subject: 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 --- webkit/default_plugin/plugin_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/default_plugin') 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 #include "third_party/npapi/bindings/npapi.h" -#include "webkit/glue/plugins/nphostapi.h" +#include "third_party/npapi/bindings/nphostapi.h" namespace default_plugin { -- cgit v1.1