Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Side by Side Diff: media/cdm/ppapi/ppapi_cdm_adapter.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/cdm/ppapi/ppapi_cdm_adapter.h" 5 #include "media/cdm/ppapi/ppapi_cdm_adapter.h"
6 6
7 #include "base/macros.h"
8 #include "build/build_config.h"
7 #include "media/base/limits.h" 9 #include "media/base/limits.h"
8 #include "media/cdm/ppapi/cdm_file_io_impl.h" 10 #include "media/cdm/ppapi/cdm_file_io_impl.h"
9 #include "media/cdm/ppapi/cdm_logging.h" 11 #include "media/cdm/ppapi/cdm_logging.h"
10 #include "media/cdm/supported_cdm_versions.h" 12 #include "media/cdm/supported_cdm_versions.h"
11 #include "ppapi/c/ppb_console.h" 13 #include "ppapi/c/ppb_console.h"
12 #include "ppapi/cpp/private/uma_private.h" 14 #include "ppapi/cpp/private/uma_private.h"
13 15
14 #if defined(CHECK_DOCUMENT_URL) 16 #if defined(CHECK_DOCUMENT_URL)
15 #include "ppapi/cpp/dev/url_util_dev.h" 17 #include "ppapi/cpp/dev/url_util_dev.h"
16 #include "ppapi/cpp/instance_handle.h" 18 #include "ppapi/cpp/instance_handle.h"
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 } // namespace media 1315 } // namespace media
1314 1316
1315 namespace pp { 1317 namespace pp {
1316 1318
1317 // Factory function for your specialization of the Module object. 1319 // Factory function for your specialization of the Module object.
1318 Module* CreateModule() { 1320 Module* CreateModule() {
1319 return new media::PpapiCdmAdapterModule(); 1321 return new media::PpapiCdmAdapterModule();
1320 } 1322 }
1321 1323
1322 } // namespace pp 1324 } // namespace pp
OLDNEW
« no previous file with comments | « media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.h ('k') | media/cdm/proxy_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698