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

Unified Diff: mojo/shell/shell_test_base.h

Issue 640403002: Drop refs to net::EmbeddedTestServer / net::File{Path,URL} utils in mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cast length explicitly Created 6 years, 2 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/mojo_url_resolver.cc ('k') | mojo/shell/shell_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_test_base.h
diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h
index 40173156f2b8a615c1acff0e12eefb52fc4a1dd2..ff5b3e7c425265a3b5cb7f3a9799aedaefff838b 100644
--- a/mojo/shell/shell_test_base.h
+++ b/mojo/shell/shell_test_base.h
@@ -15,12 +15,6 @@
class GURL;
-namespace net {
-namespace test_server {
-class EmbeddedTestServer;
-}
-} // namespace net
-
namespace mojo {
namespace shell {
namespace test {
@@ -60,7 +54,6 @@ class ShellTestBase : public testing::Test {
Context* shell_context() { return &shell_context_; }
private:
- scoped_ptr<net::test_server::EmbeddedTestServer> test_server_;
Context shell_context_;
base::MessageLoop message_loop_;
« no previous file with comments | « mojo/shell/mojo_url_resolver.cc ('k') | mojo/shell/shell_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698