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

Unified Diff: webkit/glue/unittest_test_server.h

Issue 14304004: Convert a bunch of test_shell_tests to content_browsertests. These are tests that depend on loading… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 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 | « webkit/glue/resource_fetcher_unittest.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/unittest_test_server.h
===================================================================
--- webkit/glue/unittest_test_server.h (revision 195684)
+++ webkit/glue/unittest_test_server.h (working copy)
@@ -1,22 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef WEBKIT_GLUE_UNITTEST_TEST_SERVER_H__
-#define WEBKIT_GLUE_UNITTEST_TEST_SERVER_H__
-
-#include "net/base/load_flags.h"
-#include "net/test/test_server.h"
-#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/appcache/appcache_interfaces.h"
-
-class UnittestTestServer : public net::TestServer {
- public:
- UnittestTestServer()
- : net::TestServer(net::TestServer::TYPE_HTTP,
- net::TestServer::kLocalhost,
- base::FilePath(FILE_PATH_LITERAL("webkit/data"))) {
- }
-};
-
-#endif // WEBKIT_GLUE_UNITTEST_TEST_SERVER_H__
« no previous file with comments | « webkit/glue/resource_fetcher_unittest.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698