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

Unified Diff: media/cdm/cdm_file_io.cc

Issue 1888603002: Add CdmFileIOProvider interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Win compile issue Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cdm/cdm_file_io.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_file_io.cc
diff --git a/media/cdm/cdm_allocator.cc b/media/cdm/cdm_file_io.cc
similarity index 67%
copy from media/cdm/cdm_allocator.cc
copy to media/cdm/cdm_file_io.cc
index 52e722c35f1ed39e26452b6fca184eec0d83967f..6a61084df30cc436563e9fc247862bd9f48b9812 100644
--- a/media/cdm/cdm_allocator.cc
+++ b/media/cdm/cdm_file_io.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cdm/cdm_allocator.h"
+#include "media/cdm/cdm_file_io.h"
namespace media {
-CdmAllocator::CdmAllocator() {}
+CdmFileIO::CdmFileIO() {}
-CdmAllocator::~CdmAllocator() {}
+CdmFileIO::~CdmFileIO() {}
} // namespace media
« no previous file with comments | « media/cdm/cdm_file_io.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698