summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-28 19:34:21 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-28 19:34:21 +0000
commit33974e14ad77822638d302d691a52df47d8132ed (patch)
treeadee6a11c0aed76252ef5ace50bf54a9e346997f /ppapi/thunk
parentdf77fdbf425636d51f1ad2324aed0288d7676bee (diff)
downloadchromium_src-33974e14ad77822638d302d691a52df47d8132ed.zip
chromium_src-33974e14ad77822638d302d691a52df47d8132ed.tar.gz
chromium_src-33974e14ad77822638d302d691a52df47d8132ed.tar.bz2
[NaCl SDK Docs] Update PPAPI docs to use Chromesite-friendly URLs.
* Chromesite URLs must end in .html, unlike devsite. * Non-doxygen docs are no longer versioned, so {{pepperversion}} should be removed from all URLs. * Added FixPepperDocLinks() function to generate_docs.py. This will fix links for stable/beta/dev headers until this change makes it to stable. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/132283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk')
-rw-r--r--ppapi/thunk/ppb_uma_private_thunk.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/ppapi/thunk/ppb_uma_private_thunk.cc b/ppapi/thunk/ppb_uma_private_thunk.cc
index 4a0d9d3..1171d19 100644
--- a/ppapi/thunk/ppb_uma_private_thunk.cc
+++ b/ppapi/thunk/ppb_uma_private_thunk.cc
@@ -1,17 +1,15 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
-// From private/ppb_uma_private.idl modified Mon Nov 18 14:39:43 2013.
+// From private/ppb_uma_private.idl modified Fri Jan 24 13:23:21 2014.
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/private/ppb_uma_private.h"
#include "ppapi/shared_impl/tracked_callback.h"
#include "ppapi/thunk/enter.h"
-#include "ppapi/thunk/ppb_instance_api.h"
+#include "ppapi/thunk/ppapi_thunk_export.h"
#include "ppapi/thunk/ppb_uma_singleton_api.h"
-#include "ppapi/thunk/resource_creation_api.h"
-#include "ppapi/thunk/thunk.h"
namespace ppapi {
namespace thunk {
@@ -76,7 +74,7 @@ const PPB_UMA_Private_0_2 g_ppb_uma_private_thunk_0_2 = {
} // namespace
-const PPB_UMA_Private_0_2* GetPPB_UMA_Private_0_2_Thunk() {
+PPAPI_THUNK_EXPORT const PPB_UMA_Private_0_2* GetPPB_UMA_Private_0_2_Thunk() {
return &g_ppb_uma_private_thunk_0_2;
}