| 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) {
|
|
|