| Index: net/test/embedded_test_server/http_response.h
|
| diff --git a/chrome/browser/google_apis/test_server/http_response.h b/net/test/embedded_test_server/http_response.h
|
| similarity index 89%
|
| rename from chrome/browser/google_apis/test_server/http_response.h
|
| rename to net/test/embedded_test_server/http_response.h
|
| index a73fdb0aeb5495c5946413c8344c3f279cd4bfce..459858710b17cf405afc6cc6dfec174cc8a808f3 100644
|
| --- a/chrome/browser/google_apis/test_server/http_response.h
|
| +++ b/net/test/embedded_test_server/http_response.h
|
| @@ -2,8 +2,8 @@
|
| // 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_RESPONSE_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_TEST_SERVER_HTTP_RESPONSE_H_
|
| +#ifndef NET_TEST_EMBEDDED_TEST_SERVER_HTTP_RESPONSE_H_
|
| +#define NET_TEST_EMBEDDED_TEST_SERVER_HTTP_RESPONSE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -68,4 +68,4 @@ class HttpResponse {
|
| } // namespace test_servers
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_TEST_SERVER_HTTP_RESPONSE_H_
|
| +#endif // NET_TEST_EMBEDDED_TEST_SERVER_HTTP_RESPONSE_H_
|
|
|