1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
8 #include "ppapi/cpp/module.h"
10 namespace chrome_pdf
{
12 class PDFModule
: public pp::Module
{
17 // pp::Module implementation.
19 virtual pp::Instance
* CreateInstance(PP_Instance instance
);
22 } // namespace chrome_pdf