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

Side by Side Diff: remoting/host/setup/test_util.cc

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
« no previous file with comments | « remoting/host/setup/start_host.cc ('k') | remoting/host/setup/win/auth_code_getter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "build/build_config.h"
5 #include "remoting/host/setup/test_util.h" 6 #include "remoting/host/setup/test_util.h"
6 7
7 #if defined(OS_WIN) 8 #if defined(OS_WIN)
8 #include <windows.h> 9 #include <windows.h>
9 #elif defined(OS_POSIX) 10 #elif defined(OS_POSIX)
10 #include <unistd.h> 11 #include <unistd.h>
11 #endif 12 #endif
12 13
13 namespace remoting { 14 namespace remoting {
14 15
(...skipping 14 matching lines...) Expand all
29 *write_file = base::File(fds[1]); 30 *write_file = base::File(fds[1]);
30 return true; 31 return true;
31 } 32 }
32 return false; 33 return false;
33 #else 34 #else
34 #error Not implemented 35 #error Not implemented
35 #endif 36 #endif
36 } 37 }
37 38
38 } // namepsace remoting 39 } // namepsace remoting
OLDNEW
« no previous file with comments | « remoting/host/setup/start_host.cc ('k') | remoting/host/setup/win/auth_code_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698