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

Side by Side Diff: chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <string> 5 #include <string>
6 6
7 #include "base/basictypes.h"
8 #include "base/json/json_writer.h" 7 #include "base/json/json_writer.h"
9 #include "base/process/process_handle.h" 8 #include "base/process/process_handle.h"
10 #include "base/strings/string_number_conversions.h" 9 #include "base/strings/string_number_conversions.h"
11 #include "base/tracked_objects.h" 10 #include "base/tracked_objects.h"
12 #include "base/values.h" 11 #include "base/values.h"
13 #include "chrome/browser/task_profiler/task_profiler_data_serializer.h" 12 #include "chrome/browser/task_profiler/task_profiler_data_serializer.h"
14 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gtest/include/gtest/gtest.h"
15 14
16 namespace { 15 namespace {
17 16
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "\"run_ms_max\":205," 124 "\"run_ms_max\":205,"
126 "\"run_ms_sample\":203" 125 "\"run_ms_sample\":203"
127 "}," 126 "},"
128 "\"death_thread\":\"PAC thread #3\"" 127 "\"death_thread\":\"PAC thread #3\""
129 "}]," 128 "}],"
130 "\"process_id\":239," 129 "\"process_id\":239,"
131 "\"process_type\":\"Tab\"" 130 "\"process_type\":\"Tab\""
132 "}"); 131 "}");
133 } 132 }
134 } 133 }
OLDNEW
« no previous file with comments | « chrome/browser/task_profiler/task_profiler_data_serializer.h ('k') | chrome/browser/themes/browser_theme_pack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698