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

Side by Side Diff: net/test/spawned_test_server/remote_test_server.cc

Issue 2562113002: Fix header guards in //net. (Closed)
Patch Set: Created 4 years 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 #include "net/test/spawned_test_server/remote_test_server.h" 5 #include "net/test/spawned_test_server/remote_test_server.h"
6 6
7 #include <stdint.h> 7 #include <stdint.h>
8 8
9 #include <limits> 9 #include <limits>
10 #include <vector> 10 #include <vector>
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 if (fixed_root.empty()) 241 if (fixed_root.empty())
242 fixed_root = base::FilePath(base::FilePath::kCurrentDirectory); 242 fixed_root = base::FilePath(base::FilePath::kCurrentDirectory);
243 SetResourcePath(fixed_root, base::FilePath().AppendASCII("net") 243 SetResourcePath(fixed_root, base::FilePath().AppendASCII("net")
244 .AppendASCII("data") 244 .AppendASCII("data")
245 .AppendASCII("ssl") 245 .AppendASCII("ssl")
246 .AppendASCII("certificates")); 246 .AppendASCII("certificates"));
247 return true; 247 return true;
248 } 248 }
249 249
250 } // namespace net 250 } // namespace net
251
OLDNEW
« no previous file with comments | « net/test/spawned_test_server/remote_test_server.h ('k') | net/test/spawned_test_server/spawned_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698