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

Side by Side Diff: mojo/edk/system/shared_buffer_dispatcher.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/edk/system/routed_raw_channel.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_ 5 #ifndef MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
6 #define MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_ 6 #define MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
7 7
8 #include <stddef.h>
9 #include <stdint.h>
10
8 #include <utility> 11 #include <utility>
9 12
10 #include "mojo/edk/embedder/platform_shared_buffer.h" 13 #include "mojo/edk/embedder/platform_shared_buffer.h"
11 #include "mojo/edk/system/simple_dispatcher.h" 14 #include "mojo/edk/system/simple_dispatcher.h"
12 #include "mojo/edk/system/system_impl_export.h" 15 #include "mojo/edk/system/system_impl_export.h"
13 #include "mojo/public/cpp/system/macros.h" 16 #include "mojo/public/cpp/system/macros.h"
14 17
15 namespace mojo { 18 namespace mojo {
16 19
17 namespace edk { 20 namespace edk {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 101
99 scoped_refptr<PlatformSharedBuffer> shared_buffer_; 102 scoped_refptr<PlatformSharedBuffer> shared_buffer_;
100 103
101 MOJO_DISALLOW_COPY_AND_ASSIGN(SharedBufferDispatcher); 104 MOJO_DISALLOW_COPY_AND_ASSIGN(SharedBufferDispatcher);
102 }; 105 };
103 106
104 } // namespace edk 107 } // namespace edk
105 } // namespace mojo 108 } // namespace mojo
106 109
107 #endif // MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_ 110 #endif // MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
OLDNEW
« no previous file with comments | « mojo/edk/system/routed_raw_channel.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698