Index: content/test/net/url_request_slow_http_job.cc |
=================================================================== |
--- content/test/net/url_request_slow_http_job.cc (revision 164732) |
+++ content/test/net/url_request_slow_http_job.cc (working copy) |
@@ -10,6 +10,7 @@ |
static const char kMockHostname[] = "mock.slow.http"; |
tfarina
2012/10/29 21:01:30
nit: I'd move into the unnamed namespace, but that
|
+namespace content { |
namespace { |
// This is the file path leading to the root of the directory to use as the |
@@ -73,3 +74,5 @@ |
void URLRequestSlowHTTPJob::RealStart() { |
URLRequestMockHTTPJob::Start(); |
} |
+ |
+} // namespace content |