| Index: blimp/client/app/session/test_client_session.cc
|
| diff --git a/blimp/client/app/session/test_client_session.cc b/blimp/client/app/session/test_client_session.cc
|
| deleted file mode 100644
|
| index ed74721986625303a6c7375bf4d418d0f35bb23b..0000000000000000000000000000000000000000
|
| --- a/blimp/client/app/session/test_client_session.cc
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "blimp/client/app/session/test_client_session.h"
|
| -
|
| -namespace blimp {
|
| -namespace client {
|
| -namespace {
|
| -// Assigner is not actually used in this test.
|
| -const char kAssignerUrl[] = "http://www.assigner.test/";
|
| -} // namespace
|
| -
|
| -TestClientSession::TestClientSession()
|
| - : client::BlimpClientSession(GURL(kAssignerUrl)) {}
|
| -
|
| -TestClientSession::~TestClientSession() {}
|
| -
|
| -} // namespace client
|
| -} // namespace blimp
|
|
|