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

Unified Diff: remoting/host/host_key_pair_unittest.cc

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « remoting/host/desktop_session_win.cc ('k') | remoting/host/ipc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_key_pair_unittest.cc
diff --git a/remoting/host/host_key_pair_unittest.cc b/remoting/host/host_key_pair_unittest.cc
index f19674f2ca5c82d5bbbff0f6aefd4d2f08a08f6e..2aa921c3115dc44a4bb2b9ef9888ed59f0ecd486 100644
--- a/remoting/host/host_key_pair_unittest.cc
+++ b/remoting/host/host_key_pair_unittest.cc
@@ -33,7 +33,7 @@ class HostKeyPairTest : public testing::Test {
protected:
virtual void SetUp() {
ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
- FilePath config_path = test_dir_.path().AppendASCII("test_config.json");
+ base::FilePath config_path = test_dir_.path().AppendASCII("test_config.json");
config_.reset(new JsonHostConfig(config_path));
}
« no previous file with comments | « remoting/host/desktop_session_win.cc ('k') | remoting/host/ipc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698