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

Side by Side Diff: remoting/base/dispatch_win.h

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
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/base/compound_buffer_unittest.cc ('k') | remoting/base/dispatch_win.h.pump » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file was GENERATED by command: 1 // This file was GENERATED by command:
2 // pump.py dispatch_win.h.pump 2 // pump.py dispatch_win.h.pump
3 // DO NOT EDIT BY HAND!!! 3 // DO NOT EDIT BY HAND!!!
4 4
5 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 // Use of this source code is governed by a BSD-style license that can be 6 // Use of this source code is governed by a BSD-style license that can be
7 // found in the LICENSE file. 7 // found in the LICENSE file.
8 8
9 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ 9 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_
10 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ 10 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_
11 11
12 #include <oaidl.h> 12 #include <oaidl.h>
13 13
14 #include "base/basictypes.h" 14 #include "base/macros.h"
15 #include "base/template_util.h" 15 #include "base/template_util.h"
16 #include "base/win/scoped_variant.h" 16 #include "base/win/scoped_variant.h"
17 17
18 namespace remoting { 18 namespace remoting {
19 19
20 namespace dispatch { 20 namespace dispatch {
21 21
22 namespace internal { 22 namespace internal {
23 23
24 // A helper wrapper for |VARIANTARG| that is used to pass parameters to and from 24 // A helper wrapper for |VARIANTARG| that is used to pass parameters to and from
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 } 636 }
637 637
638 return S_OK; 638 return S_OK;
639 } 639 }
640 640
641 } // namespace dispatch 641 } // namespace dispatch
642 642
643 } // namespace remoting 643 } // namespace remoting
644 644
645 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ 645 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_
OLDNEW
« no previous file with comments | « remoting/base/compound_buffer_unittest.cc ('k') | remoting/base/dispatch_win.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698