| Index: mojo/shell/shell_test_base.cc
|
| diff --git a/net/spdy/mock_spdy_framer_visitor.cc b/mojo/shell/shell_test_base.cc
|
| similarity index 52%
|
| copy from net/spdy/mock_spdy_framer_visitor.cc
|
| copy to mojo/shell/shell_test_base.cc
|
| index c4a210fb0a40df8f22065bc616fc940f776f747c..f258af474622e89d53bf720e298ac202fe07c7c6 100644
|
| --- a/net/spdy/mock_spdy_framer_visitor.cc
|
| +++ b/mojo/shell/shell_test_base.cc
|
| @@ -2,16 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/spdy/mock_spdy_framer_visitor.h"
|
| -
|
| -namespace net {
|
| +#include "mojo/shell/shell_test_base.h"
|
|
|
| +namespace mojo {
|
| +namespace shell {
|
| namespace test {
|
|
|
| -MockSpdyFramerVisitor::MockSpdyFramerVisitor() {}
|
| +ShellTestBase::ShellTestBase() {
|
| +}
|
|
|
| -MockSpdyFramerVisitor::~MockSpdyFramerVisitor() {}
|
| +ShellTestBase::~ShellTestBase() {
|
| +}
|
|
|
| } // namespace test
|
| -
|
| -} // namespace net
|
| +} // namespace shell
|
| +} // namespace mojo
|
|
|