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

Side by Side Diff: components/browser_watcher/watcher_client_win_unittest.cc

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
OLDNEW
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 #include "components/browser_watcher/watcher_client_win.h" 5 #include "components/browser_watcher/watcher_client_win.h"
6 6
7 #include <stddef.h>
7 #include <stdint.h> 8 #include <stdint.h>
8 #include <stdlib.h> 9 #include <stdlib.h>
9 10
10 #include <string> 11 #include <string>
11 12
12 #include "base/base_switches.h" 13 #include "base/base_switches.h"
13 #include "base/bind.h" 14 #include "base/bind.h"
14 #include "base/command_line.h" 15 #include "base/command_line.h"
15 #include "base/logging.h" 16 #include "base/logging.h"
16 #include "base/process/kill.h" 17 #include "base/process/kill.h"
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 WatcherClient client(GetBaseCommandLineGenerator(LEAK_HANDLE)); 198 WatcherClient client(GetBaseCommandLineGenerator(LEAK_HANDLE));
198 ASSERT_TRUE(client.use_legacy_launch()); 199 ASSERT_TRUE(client.use_legacy_launch());
199 200
200 client.LaunchWatcher(); 201 client.LaunchWatcher();
201 202
202 ASSERT_NO_FATAL_FAILURE( 203 ASSERT_NO_FATAL_FAILURE(
203 AssertSuccessfulExitCode(client.process().Duplicate())); 204 AssertSuccessfulExitCode(client.process().Duplicate()));
204 } 205 }
205 206
206 } // namespace browser_watcher 207 } // namespace browser_watcher
OLDNEW
« no previous file with comments | « components/browser_watcher/exit_funnel_win_unittest.cc ('k') | components/browser_watcher/watcher_metrics_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698