Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: sync/test/local_sync_test_server.h

Issue 12217101: Replace FilePath with base::FilePath in some more top level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/local_sync_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/local_sync_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698