From 7d389e235c5afa2861d8503a5df517206818a4e5 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Wed, 15 May 2013 00:45:07 +0000 Subject: Enable Clang warnings for implementation files on all platforms. This fixes a few remaining issues for Android builds BUG=115047 Review URL: https://chromiumcodereview.appspot.com/14876034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200125 0039d316-1c4b-4281-b951-d872f2087c98 --- content/app/android/child_process_service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/app') diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc index 99e801b..5c50ec8 100644 --- a/content/app/android/child_process_service.cc +++ b/content/app/android/child_process_service.cc @@ -47,7 +47,7 @@ class SurfaceTexturePeerChildImpl : public content::SurfaceTexturePeer, base::ProcessHandle pid, scoped_refptr surface_texture_bridge, int primary_id, - int secondary_id) { + int secondary_id) OVERRIDE { JNIEnv* env = base::android::AttachCurrentThread(); content::Java_ChildProcessService_establishSurfaceTexturePeer( env, service_.obj(), pid, -- cgit v1.1