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

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

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/tests/gl_readback_unittest.cc ('k') | net/disk_cache/blockfile/bitmap.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <string.h>
8
7 #include "base/macros.h" 9 #include "base/macros.h"
8 #include "build/build_config.h" 10 #include "build/build_config.h"
9 #include "media/base/limits.h" 11 #include "media/base/limits.h"
10 #include "media/cdm/ppapi/cdm_file_io_impl.h" 12 #include "media/cdm/ppapi/cdm_file_io_impl.h"
11 #include "media/cdm/ppapi/cdm_logging.h" 13 #include "media/cdm/ppapi/cdm_logging.h"
12 #include "media/cdm/supported_cdm_versions.h" 14 #include "media/cdm/supported_cdm_versions.h"
13 #include "ppapi/c/ppb_console.h" 15 #include "ppapi/c/ppb_console.h"
14 #include "ppapi/cpp/private/uma_private.h" 16 #include "ppapi/cpp/private/uma_private.h"
15 17
16 #if defined(CHECK_DOCUMENT_URL) 18 #if defined(CHECK_DOCUMENT_URL)
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 } // namespace media 1317 } // namespace media
1316 1318
1317 namespace pp { 1319 namespace pp {
1318 1320
1319 // Factory function for your specialization of the Module object. 1321 // Factory function for your specialization of the Module object.
1320 Module* CreateModule() { 1322 Module* CreateModule() {
1321 return new media::PpapiCdmAdapterModule(); 1323 return new media::PpapiCdmAdapterModule();
1322 } 1324 }
1323 1325
1324 } // namespace pp 1326 } // namespace pp
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_readback_unittest.cc ('k') | net/disk_cache/blockfile/bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698