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

Unified Diff: blimp/common/blob_cache/mock_blob_cache.cc

Issue 1891083002: Blimp: Add BlobChannelReceiver and bindings interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-sender
Patch Set: wez feedback 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 | « blimp/common/blob_cache/mock_blob_cache.h ('k') | blimp/net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/blob_cache/mock_blob_cache.cc
diff --git a/media/cdm/cdm_allocator.cc b/blimp/common/blob_cache/mock_blob_cache.cc
similarity index 51%
copy from media/cdm/cdm_allocator.cc
copy to blimp/common/blob_cache/mock_blob_cache.cc
index 52e722c35f1ed39e26452b6fca184eec0d83967f..4cf10522588b680929bcbe0a751f6e8dbff32b4f 100644
--- a/media/cdm/cdm_allocator.cc
+++ b/blimp/common/blob_cache/mock_blob_cache.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 "blimp/common/blob_cache/mock_blob_cache.h"
-namespace media {
+namespace blimp {
-CdmAllocator::CdmAllocator() {}
+MockBlobCache::MockBlobCache() {}
-CdmAllocator::~CdmAllocator() {}
+MockBlobCache::~MockBlobCache() {}
-} // namespace media
+} // namespace blimp
« no previous file with comments | « blimp/common/blob_cache/mock_blob_cache.h ('k') | blimp/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698