diff options
Diffstat (limited to 'ppapi/thunk/ppb_url_loader_thunk.cc')
-rw-r--r-- | ppapi/thunk/ppb_url_loader_thunk.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/thunk/ppb_url_loader_thunk.cc b/ppapi/thunk/ppb_url_loader_thunk.cc index 236144f..719d443 100644 --- a/ppapi/thunk/ppb_url_loader_thunk.cc +++ b/ppapi/thunk/ppb_url_loader_thunk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 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. @@ -139,11 +139,11 @@ const PPB_URLLoaderTrusted g_ppb_urlloader_trusted_thunk = { } // namespace -const PPB_URLLoader* GetPPB_URLLoader_Thunk() { +const PPB_URLLoader_1_0* GetPPB_URLLoader_1_0_Thunk() { return &g_ppb_urlloader_thunk; } -const PPB_URLLoaderTrusted* GetPPB_URLLoaderTrusted_Thunk() { +const PPB_URLLoaderTrusted_0_3* GetPPB_URLLoaderTrusted_0_3_Thunk() { return &g_ppb_urlloader_trusted_thunk; } |