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

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

Issue 1891083002: Blimp: Add BlobChannelReceiver and bindings interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-sender
Patch Set: moar bindings commentz! 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/blob_channel_sender_unittest.cc
diff --git a/blimp/net/blob_channel/blob_channel_sender_unittest.cc b/blimp/net/blob_channel/blob_channel_sender_unittest.cc
index aea03a2df1569f496c2855cd35052bd125a95904..1aa654af202517c39ddd2b80abd35844ffbd9f4c 100644
--- a/blimp/net/blob_channel/blob_channel_sender_unittest.cc
+++ b/blimp/net/blob_channel/blob_channel_sender_unittest.cc
@@ -13,7 +13,6 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace blimp {
-namespace engine {
namespace {
using testing::Pointee;
@@ -96,5 +95,4 @@ TEST_F(BlobChannelSenderTest, TestPushUnknownBlobId) {
}
} // namespace
-} // namespace engine
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698