| Index: net/test/spawned_test_server/local_test_server.h
|
| diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h
|
| index 334c4344c8968487b48278ed93fa6890d14684ba..2bccc03884388a3c6ffeacf3463200166e50dab5 100644
|
| --- a/net/test/spawned_test_server/local_test_server.h
|
| +++ b/net/test/spawned_test_server/local_test_server.h
|
| @@ -81,7 +81,9 @@ class LocalTestServer : public BaseTestServer {
|
|
|
| // Returns the actual path of document root for test cases. This function
|
| // should be called by test cases to retrieve the actual document root path.
|
| - base::FilePath GetDocumentRoot() const { return document_root(); };
|
| + base::FilePath GetDocumentRoot() const {
|
| + return document_root();
|
| + };
|
|
|
| private:
|
| bool Init(const base::FilePath& document_root);
|
|
|