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

Unified Diff: chrome_frame/test/http_server.h

Issue 3034038: GTTF: Move more test server code from net/url_request/url_request_unittest.h (Closed)
Patch Set: hopefully final Created 10 years, 5 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 | « chrome/worker/worker_uitest.cc ('k') | chrome_frame/test/http_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/http_server.h
diff --git a/chrome_frame/test/http_server.h b/chrome_frame/test/http_server.h
index b902e09dd3a155c33520607a455367c164bc78ab..30b3d193f9981e8085e434aa4b1e2862878a0918 100644
--- a/chrome_frame/test/http_server.h
+++ b/chrome_frame/test/http_server.h
@@ -10,7 +10,7 @@
#include "googleurl/src/gurl.h"
#include "base/ref_counted.h"
-#include "net/url_request/url_request_unittest.h"
+#include "net/test/test_server.h"
class FilePath;
@@ -23,10 +23,10 @@ class ChromeFrameHTTPServer {
GURL Resolve(const wchar_t* relative_url);
FilePath GetDataDir();
- HTTPTestServer* server() { return server_; }
+ net::HTTPTestServer* server() { return server_; }
protected:
- scoped_refptr<HTTPTestServer> server_;
+ scoped_refptr<net::HTTPTestServer> server_;
};
#endif // CHROME_FRAME_TEST_HTTP_SERVER_H_
« no previous file with comments | « chrome/worker/worker_uitest.cc ('k') | chrome_frame/test/http_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698