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

Side by Side Diff: mojo/runner/child/runner_connection.cc

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/runner/child/native_apptest_target.cc ('k') | mojo/runner/child/test_native_main.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "mojo/runner/child/runner_connection.h" 5 #include "mojo/runner/child/runner_connection.h"
6 6
7 #include <stdint.h>
8
7 #include <utility> 9 #include <utility>
8 10
9 #include "base/bind.h" 11 #include "base/bind.h"
10 #include "base/callback.h" 12 #include "base/callback.h"
11 #include "base/command_line.h" 13 #include "base/command_line.h"
14 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
14 #include "base/thread_task_runner_handle.h" 17 #include "base/thread_task_runner_handle.h"
15 #include "base/threading/thread.h" 18 #include "base/threading/thread.h"
16 #include "base/threading/thread_checker.h" 19 #include "base/threading/thread_checker.h"
17 #include "mojo/edk/embedder/embedder.h" 20 #include "mojo/edk/embedder/embedder.h"
18 #include "mojo/edk/embedder/platform_channel_pair.h" 21 #include "mojo/edk/embedder/platform_channel_pair.h"
19 #include "mojo/message_pump/message_pump_mojo.h" 22 #include "mojo/message_pump/message_pump_mojo.h"
20 #include "mojo/public/cpp/bindings/binding.h" 23 #include "mojo/public/cpp/bindings/binding.h"
21 #include "mojo/runner/child/child_controller.mojom.h" 24 #include "mojo/runner/child/child_controller.mojom.h"
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 delete connection; 284 delete connection;
282 return nullptr; 285 return nullptr;
283 } 286 }
284 return connection; 287 return connection;
285 } 288 }
286 289
287 RunnerConnection::RunnerConnection() {} 290 RunnerConnection::RunnerConnection() {}
288 291
289 } // namespace runner 292 } // namespace runner
290 } // namespace mojo 293 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/runner/child/native_apptest_target.cc ('k') | mojo/runner/child/test_native_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698