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

Unified Diff: content/test/test_web_contents.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/test_web_contents.h ('k') | content/test/web_contents_observer_sanity_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents.cc
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
index c1ca5ea6db16e0f73e565f270060e7fa98aad1f7..d712e5ff8ff85bc3a4c1e113feaf015d6e6e7dfb 100644
--- a/content/test/test_web_contents.cc
+++ b/content/test/test_web_contents.cc
@@ -302,12 +302,12 @@ void TestWebContents::CreateNewWindow(
const ViewHostMsg_CreateWindow_Params& params,
SessionStorageNamespace* session_storage_namespace) {}
-void TestWebContents::CreateNewWidget(int32 render_process_id,
- int32 route_id,
+void TestWebContents::CreateNewWidget(int32_t render_process_id,
+ int32_t route_id,
blink::WebPopupType popup_type) {}
-void TestWebContents::CreateNewFullscreenWidget(int32 render_process_id,
- int32 route_id) {}
+void TestWebContents::CreateNewFullscreenWidget(int32_t render_process_id,
+ int32_t route_id) {}
void TestWebContents::ShowCreatedWindow(int route_id,
WindowOpenDisposition disposition,
« no previous file with comments | « content/test/test_web_contents.h ('k') | content/test/web_contents_observer_sanity_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698