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

Unified Diff: extensions/browser/app_window/test_app_window_contents.cc

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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 | « extensions/browser/app_window/test_app_window_contents.h ('k') | extensions/browser/blob_holder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/test_app_window_contents.cc
diff --git a/extensions/browser/app_window/test_app_window_contents.cc b/extensions/browser/app_window/test_app_window_contents.cc
index 6cdefcb62dfaee87305359d507a3e74dc9da65bc..8d3f22710ca1a8b4b71f67edf206eb6e7df64838 100644
--- a/extensions/browser/app_window/test_app_window_contents.cc
+++ b/extensions/browser/app_window/test_app_window_contents.cc
@@ -19,8 +19,7 @@ void TestAppWindowContents::Initialize(content::BrowserContext* context,
const GURL& url) {
}
-void TestAppWindowContents::LoadContents(int32 creator_process_id) {
-}
+void TestAppWindowContents::LoadContents(int32_t creator_process_id) {}
void TestAppWindowContents::NativeWindowChanged(
NativeAppWindow* native_app_window) {
« no previous file with comments | « extensions/browser/app_window/test_app_window_contents.h ('k') | extensions/browser/blob_holder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698