summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_pdf_proxy.cc
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-13 17:07:29 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-13 17:07:29 +0000
commit917a44b0724089630cb1d962a9383df7a1deaf7e (patch)
tree14300a03e7d0a32b81f7f6b668c5dbd2d13da9c3 /ppapi/proxy/ppb_pdf_proxy.cc
parent475478894062d23834cd660f4bba6eaf385e958d (diff)
downloadchromium_src-917a44b0724089630cb1d962a9383df7a1deaf7e.zip
chromium_src-917a44b0724089630cb1d962a9383df7a1deaf7e.tar.gz
chromium_src-917a44b0724089630cb1d962a9383df7a1deaf7e.tar.bz2
Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/6255001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_pdf_proxy.cc')
-rw-r--r--ppapi/proxy/ppb_pdf_proxy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_pdf_proxy.cc b/ppapi/proxy/ppb_pdf_proxy.cc
index cbd1f31..ddc404c 100644
--- a/ppapi/proxy/ppb_pdf_proxy.cc
+++ b/ppapi/proxy/ppb_pdf_proxy.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -11,10 +11,10 @@
#include "base/linked_ptr.h"
#include "base/logging.h"
#include "build/build_config.h"
+#include "ppapi/c/private/ppb_pdf.h"
#include "ppapi/proxy/plugin_dispatcher.h"
#include "ppapi/proxy/plugin_resource.h"
#include "ppapi/proxy/ppapi_messages.h"
-#include "webkit/plugins/ppapi/ppb_pdf.h"
namespace pp {
namespace proxy {