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

Side by Side Diff: content/test/layouttest_support.cc

Issue 1544273002: Switch to standard integer types in content/. (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
« no previous file with comments | « content/test/image_decoder_test.cc ('k') | content/test/mock_google_streaming_server.h » ('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 (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 "content/public/test/layouttest_support.h" 5 #include "content/public/test/layouttest_support.h"
6 6
7 #include <stddef.h>
8
7 #include "base/callback.h" 9 #include "base/callback.h"
8 #include "base/lazy_instance.h" 10 #include "base/lazy_instance.h"
9 #include "base/strings/string_util.h" 11 #include "base/strings/string_util.h"
12 #include "build/build_config.h"
10 #include "components/test_runner/test_common.h" 13 #include "components/test_runner/test_common.h"
11 #include "components/test_runner/web_frame_test_proxy.h" 14 #include "components/test_runner/web_frame_test_proxy.h"
12 #include "components/test_runner/web_test_proxy.h" 15 #include "components/test_runner/web_test_proxy.h"
13 #include "content/browser/bluetooth/bluetooth_dispatcher_host.h" 16 #include "content/browser/bluetooth/bluetooth_dispatcher_host.h"
14 #include "content/browser/renderer_host/render_process_host_impl.h" 17 #include "content/browser/renderer_host/render_process_host_impl.h"
15 #include "content/browser/renderer_host/render_widget_host_impl.h" 18 #include "content/browser/renderer_host/render_widget_host_impl.h"
16 #include "content/child/geofencing/web_geofencing_provider_impl.h" 19 #include "content/child/geofencing/web_geofencing_provider_impl.h"
17 #include "content/common/gpu/image_transport_surface.h" 20 #include "content/common/gpu/image_transport_surface.h"
18 #include "content/common/site_isolation_policy.h" 21 #include "content/common/site_isolation_policy.h"
19 #include "content/public/common/page_state.h" 22 #include "content/public/common/page_state.h"
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 result.append( 454 result.append(
452 DumpHistoryItem(entry->root_history_node(), 455 DumpHistoryItem(entry->root_history_node(),
453 8, 456 8,
454 index == current_index)); 457 index == current_index));
455 } 458 }
456 result.append("===============================================\n"); 459 result.append("===============================================\n");
457 return result; 460 return result;
458 } 461 }
459 462
460 } // namespace content 463 } // namespace content
OLDNEW
« no previous file with comments | « content/test/image_decoder_test.cc ('k') | content/test/mock_google_streaming_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698