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

Unified Diff: mojo/shell/shell_test_base.cc

Issue 313653005: Mojo: Add an extremely skeletal mojo_shell_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: get rid of extraneous mojo::(shell::)s Created 6 years, 7 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
« no previous file with comments | « mojo/shell/shell_test_base.h ('k') | mojo/shell/shell_test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/shell/shell_test_base.h ('k') | mojo/shell/shell_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698