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

Unified Diff: mojo/shell/incoming_connection_listener_unittest.cc

Issue 700763002: More Windows build fixes, some tidying in mojo_main (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: reland: fix sense in mojo/shell Created 6 years, 1 month 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 | « mojo/shell/domain_socket/net_errors.cc ('k') | mojo/shell/launcher_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/incoming_connection_listener_unittest.cc
diff --git a/mojo/shell/incoming_connection_listener_unittest.cc b/mojo/shell/incoming_connection_listener_unittest.cc
index bae4c99fa0743602159b750614507515ea3d65de..3208fdd6dba26473f13eef7db5de920657187964 100644
--- a/mojo/shell/incoming_connection_listener_unittest.cc
+++ b/mojo/shell/incoming_connection_listener_unittest.cc
@@ -136,7 +136,9 @@ TEST_F(IncomingConnectionListenerTest, ConnectFails_SocketFileUndeletable) {
}
TEST_F(IncomingConnectionListenerTest, ConnectFails_SocketDirNonexistent) {
- base::FilePath nonexistent_dir(temp_dir_.path().Append("dir").Append("file"));
+ base::FilePath nonexistent_dir(temp_dir_.path()
+ .Append(FILE_PATH_LITERAL("dir"))
+ .Append(FILE_PATH_LITERAL("file")));
ListeningFailsDelegate fail_delegate(net::ERR_FILE_NOT_FOUND);
IncomingConnectionListenerPosix listener(nonexistent_dir, &fail_delegate);
« no previous file with comments | « mojo/shell/domain_socket/net_errors.cc ('k') | mojo/shell/launcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698