OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "blimp/engine/renderer/blob_channel_sender_proxy.h" | |
6 | |
7 #include "testing/gmock/include/gmock/gmock.h" | |
8 #include "testing/gtest/include/gtest/gtest.h" | |
9 | |
10 namespace blimp { | |
11 namespace engine { | |
12 namespace { | |
13 | |
14 class BlobChannelSenderProxyTest : public testing::Test {}; | |
15 | |
16 TEST_F(BlobChannelSenderProxyTest, TestStuff) {} | |
17 | |
18 } // namespace | |
19 } // namespace engine | |
20 } // namespace blimp | |
OLD | NEW |