diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 03:10:01 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 03:10:01 +0000 |
commit | 53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4 (patch) | |
tree | 10c68d673067b0c991228b6220813fd4edf142f2 /webkit/glue/plugins/plugin_instance.h | |
parent | ae5bcd4259d5cc277fd92a363d3bed6575341355 (diff) | |
download | chromium_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/glue/plugins/plugin_instance.h')
-rw-r--r-- | webkit/glue/plugins/plugin_instance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h index 19e4e33..d3f0374 100644 --- a/webkit/glue/plugins/plugin_instance.h +++ b/webkit/glue/plugins/plugin_instance.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. @@ -21,9 +21,9 @@ #include "base/gfx/rect.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" -#include "webkit/glue/plugins/nphostapi.h" #include "googleurl/src/gurl.h" #include "third_party/npapi/bindings/npapi.h" +#include "third_party/npapi/bindings/nphostapi.h" class MessageLoop; |