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

Side by Side Diff: mojo/shell/application_manager_apptest_target.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/shell/application_manager_apptest_driver.cc ('k') | mojo/shell/capability_filter_test.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 "base/at_exit.h" 5 #include "base/at_exit.h"
6 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/macros.h"
7 #include "mojo/application/public/cpp/application_connection.h" 8 #include "mojo/application/public/cpp/application_connection.h"
8 #include "mojo/application/public/cpp/application_delegate.h" 9 #include "mojo/application/public/cpp/application_delegate.h"
9 #include "mojo/application/public/cpp/application_impl.h" 10 #include "mojo/application/public/cpp/application_impl.h"
10 #include "mojo/runner/child/test_native_main.h" 11 #include "mojo/runner/child/test_native_main.h"
11 #include "mojo/runner/init.h" 12 #include "mojo/runner/init.h"
12 #include "mojo/shell/application_manager_apptests.mojom.h" 13 #include "mojo/shell/application_manager_apptests.mojom.h"
13 14
14 using mojo::shell::test::mojom::CreateInstanceForHandleTestPtr; 15 using mojo::shell::test::mojom::CreateInstanceForHandleTestPtr;
15 16
16 namespace { 17 namespace {
(...skipping 22 matching lines...) Expand all
39 40
40 int main(int argc, char** argv) { 41 int main(int argc, char** argv) {
41 base::AtExitManager at_exit; 42 base::AtExitManager at_exit;
42 base::CommandLine::Init(argc, argv); 43 base::CommandLine::Init(argc, argv);
43 44
44 mojo::runner::InitializeLogging(); 45 mojo::runner::InitializeLogging();
45 46
46 TargetApplicationDelegate delegate; 47 TargetApplicationDelegate delegate;
47 return mojo::runner::TestNativeMain(&delegate); 48 return mojo::runner::TestNativeMain(&delegate);
48 } 49 }
OLDNEW
« no previous file with comments | « mojo/shell/application_manager_apptest_driver.cc ('k') | mojo/shell/capability_filter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698