summaryrefslogtreecommitdiffstats
path: root/content/browser/android/web_settings.h
diff options
context:
space:
mode:
authortedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 18:58:07 +0000
committertedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 18:58:07 +0000
commit1963002fcc8daec3b25288587c7f6d7335caed39 (patch)
tree4b81ba59bf2f65b551a11a88d7f254b1ae8a702e /content/browser/android/web_settings.h
parent8c1996ed207dbceb38a2db6b64bf73affdb96037 (diff)
downloadchromium_src-1963002fcc8daec3b25288587c7f6d7335caed39.zip
chromium_src-1963002fcc8daec3b25288587c7f6d7335caed39.tar.gz
chromium_src-1963002fcc8daec3b25288587c7f6d7335caed39.tar.bz2
Convert to using new JNINamespace for content files.
Avoids wrapping the includes in the content namespace for the JNI headers. Cleans up some style issues I missed in web_settings as well. Unnecessary braces around single line conditionals. Removed some unnecessary content namespacing of methods. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/android/web_settings.h')
-rw-r--r--content/browser/android/web_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/android/web_settings.h b/content/browser/android/web_settings.h
index de8a3d7..b463396 100644
--- a/content/browser/android/web_settings.h
+++ b/content/browser/android/web_settings.h
@@ -37,7 +37,7 @@ class WebSettings : public WebContentsObserver {
void SyncToNativeImpl();
// WebContentsObserver overrides:
- virtual void RenderViewCreated(RenderViewHost*) OVERRIDE;
+ virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
// Determines whether a sync to native should be triggered when a new render
// view is created.