From a5b05f64bda3dea3ba23e77e9eb2ef59812cdc86 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Mon, 27 Jun 2011 10:47:13 +0100 Subject: Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renaming Change-Id: Iefb91f0b784c26b503125017ae3582a28e7d530d --- Source/WebKit/android/jni/WebCoreFrameBridge.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/WebKit/android/jni/WebCoreFrameBridge.cpp') diff --git a/Source/WebKit/android/jni/WebCoreFrameBridge.cpp b/Source/WebKit/android/jni/WebCoreFrameBridge.cpp index fb558c6..bdb502e 100644 --- a/Source/WebKit/android/jni/WebCoreFrameBridge.cpp +++ b/Source/WebKit/android/jni/WebCoreFrameBridge.cpp @@ -124,7 +124,7 @@ #endif #if ENABLE(WEB_AUTOFILL) -#include "autofill/WebAutoFill.h" +#include "autofill/WebAutofill.h" #endif using namespace JSC::Bindings; @@ -1334,7 +1334,7 @@ static void CreateFrame(JNIEnv* env, jobject obj, jobject javaview, jobject jAss WebViewCore* webViewCore = new WebViewCore(env, javaview, frame); #if ENABLE(WEB_AUTOFILL) - editorC->getAutoFill()->setWebViewCore(webViewCore); + editorC->getAutofill()->setWebViewCore(webViewCore); #endif // Create a FrameView -- cgit v1.1