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

Side by Side Diff: net/test/spawned_test_server/local_test_server.h

Issue 520303003: Change base/file_utils.h includes to base/files/file_utils.h in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_ 5 #ifndef NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
6 #define NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_ 6 #define NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/file_util.h" 10 #include "base/files/file_util.h"
11 #include "base/files/scoped_file.h" 11 #include "base/files/scoped_file.h"
12 #include "base/process/process_handle.h" 12 #include "base/process/process_handle.h"
13 #include "net/test/spawned_test_server/base_test_server.h" 13 #include "net/test/spawned_test_server/base_test_server.h"
14 14
15 #if defined(OS_WIN) 15 #if defined(OS_WIN)
16 #include "base/win/scoped_handle.h" 16 #include "base/win/scoped_handle.h"
17 #endif 17 #endif
18 18
19 namespace base { 19 namespace base {
20 class CommandLine; 20 class CommandLine;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 // The file descriptor the child writes to when it starts. 107 // The file descriptor the child writes to when it starts.
108 base::ScopedFD child_fd_; 108 base::ScopedFD child_fd_;
109 #endif 109 #endif
110 110
111 DISALLOW_COPY_AND_ASSIGN(LocalTestServer); 111 DISALLOW_COPY_AND_ASSIGN(LocalTestServer);
112 }; 112 };
113 113
114 } // namespace net 114 } // namespace net
115 115
116 #endif // NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_ 116 #endif // NET_TEST_SPAWNED_TEST_SERVER_LOCAL_TEST_SERVER_H_
OLDNEW
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | net/test/spawned_test_server/local_test_server_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698