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

Unified Diff: blimp/net/blob_channel/mock_blob_channel_bindings.cc

Issue 1887013003: Blimp: Add BlobChannelSender implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-blobcache
Patch Set: Remove erroneous namespace 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
Index: blimp/net/blob_channel/mock_blob_channel_bindings.cc
diff --git a/blimp/common/blob_cache/mock_blob_cache.cc b/blimp/net/blob_channel/mock_blob_channel_bindings.cc
similarity index 55%
copy from blimp/common/blob_cache/mock_blob_cache.cc
copy to blimp/net/blob_channel/mock_blob_channel_bindings.cc
index 4cf10522588b680929bcbe0a751f6e8dbff32b4f..d13fdaf74e376ba932416571d9e158737b0ad559 100644
--- a/blimp/common/blob_cache/mock_blob_cache.cc
+++ b/blimp/net/blob_channel/mock_blob_channel_bindings.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 "blimp/common/blob_cache/mock_blob_cache.h"
+#include "blimp/net/blob_channel/mock_blob_channel_bindings.h"
namespace blimp {
-MockBlobCache::MockBlobCache() {}
+MockBlobSenderBindings::MockBlobSenderBindings() {}
-MockBlobCache::~MockBlobCache() {}
+MockBlobSenderBindings::~MockBlobSenderBindings() {}
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698