| Index: sync/test/local_sync_test_server.h
|
| diff --git a/sync/test/local_sync_test_server.h b/sync/test/local_sync_test_server.h
|
| index 650766a63471bfa69f9ce76b2bdfac7adf9cc12b..4e829ec91adf90f944d9030ac62ac38b9a2ebec4 100644
|
| --- a/sync/test/local_sync_test_server.h
|
| +++ b/sync/test/local_sync_test_server.h
|
| @@ -29,12 +29,13 @@ class LocalSyncTestServer : public net::LocalTestServer {
|
| virtual bool AddCommandLineArguments(
|
| CommandLine* command_line) const OVERRIDE;
|
| virtual bool SetPythonPath() const OVERRIDE;
|
| - virtual bool GetTestServerPath(FilePath* testserver_path) const OVERRIDE;
|
| + virtual bool GetTestServerPath(
|
| + base::FilePath* testserver_path) const OVERRIDE;
|
|
|
| // Returns true if the path to |test_script_name| is successfully stored in
|
| // |*test_script_path|. Used by the run_sync_testserver executable.
|
| - bool GetTestScriptPath(const FilePath::StringType& test_script_name,
|
| - FilePath* test_script_path) const;
|
| + bool GetTestScriptPath(const base::FilePath::StringType& test_script_name,
|
| + base::FilePath* test_script_path) const;
|
|
|
| private:
|
| // Port on which the Sync XMPP server listens.
|
|
|