| Index: content/test/layout_test_http_server.h
|
| ===================================================================
|
| --- content/test/layout_test_http_server.h (revision 164732)
|
| +++ content/test/layout_test_http_server.h (working copy)
|
| @@ -12,6 +12,8 @@
|
| #include "base/win/scoped_handle.h"
|
| #endif
|
|
|
| +namespace content {
|
| +
|
| // This object bounds the lifetime of an external HTTP server
|
| // used for layout tests.
|
| //
|
| @@ -50,4 +52,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(LayoutTestHttpServer);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_TEST_LAYOUT_TEST_HTTP_SERVER_H_
|
|
|