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

Side by Side Diff: mojo/message_pump/message_pump_mojo.h

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « mojo/message_pump/handle_watcher_unittest.cc ('k') | mojo/message_pump/message_pump_mojo.cc » ('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 #ifndef MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_ 5 #ifndef MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_
6 #define MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_ 6 #define MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_
7 7
8 #include <stdint.h>
9
8 #include <map> 10 #include <map>
9 #include <set> 11 #include <set>
10 12
11 #include "base/macros.h" 13 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
13 #include "base/message_loop/message_pump.h" 15 #include "base/message_loop/message_pump.h"
14 #include "base/observer_list.h" 16 #include "base/observer_list.h"
15 #include "base/synchronization/lock.h" 17 #include "base/synchronization/lock.h"
16 #include "base/time/time.h" 18 #include "base/time/time.h"
17 #include "mojo/message_pump/mojo_message_pump_export.h" 19 #include "mojo/message_pump/mojo_message_pump_export.h"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ScopedMessagePipeHandle read_handle_; 138 ScopedMessagePipeHandle read_handle_;
137 ScopedMessagePipeHandle write_handle_; 139 ScopedMessagePipeHandle write_handle_;
138 140
139 DISALLOW_COPY_AND_ASSIGN(MessagePumpMojo); 141 DISALLOW_COPY_AND_ASSIGN(MessagePumpMojo);
140 }; 142 };
141 143
142 } // namespace common 144 } // namespace common
143 } // namespace mojo 145 } // namespace mojo
144 146
145 #endif // MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_ 147 #endif // MOJO_MESSAGE_PUMP_MESSAGE_PUMP_MOJO_H_
OLDNEW
« no previous file with comments | « mojo/message_pump/handle_watcher_unittest.cc ('k') | mojo/message_pump/message_pump_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698