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

Unified Diff: net/test/embedded_test_server/http_connection.h

Issue 14971002: GTTF: move chrome/browser/google_apis/test_server to net/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, OWNERS Created 7 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 | « net/test/embedded_test_server/OWNERS ('k') | net/test/embedded_test_server/http_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/embedded_test_server/http_connection.h
diff --git a/chrome/browser/google_apis/test_server/http_connection.h b/net/test/embedded_test_server/http_connection.h
similarity index 85%
rename from chrome/browser/google_apis/test_server/http_connection.h
rename to net/test/embedded_test_server/http_connection.h
index a3d385f44b5d787d70f6803b1bbb3cfd1f5bd3c9..2561a3f029ab9828737321ab750cb331ba9ac568 100644
--- a/chrome/browser/google_apis/test_server/http_connection.h
+++ b/net/test/embedded_test_server/http_connection.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_GOOGLE_APIS_TEST_SERVER_HTTP_CONNECTION_H_
-#define CHROME_BROWSER_GOOGLE_APIS_TEST_SERVER_HTTP_CONNECTION_H_
+#ifndef NET_TEST_EMBEDDED_TEST_SERVER_HTTP_CONNECTION_H_
+#define NET_TEST_EMBEDDED_TEST_SERVER_HTTP_CONNECTION_H_
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string_piece.h"
-#include "chrome/browser/google_apis/test_server/http_request.h"
+#include "net/test/embedded_test_server/http_request.h"
namespace net {
class StreamListenSocket;
@@ -56,4 +56,4 @@ class HttpConnection {
} // namespace test_server
} // namespace google_apis
-#endif // CHROME_BROWSER_GOOGLE_APIS_TEST_SERVER_HTTP_CONNECTION_H_
+#endif // NET_TEST_EMBEDDED_TEST_SERVER_HTTP_CONNECTION_H_
« no previous file with comments | « net/test/embedded_test_server/OWNERS ('k') | net/test/embedded_test_server/http_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698