| Index: android_webview/native/aw_form_database.h
|
| diff --git a/android_webview/browser/aw_quota_manager_bridge.cc b/android_webview/native/aw_form_database.h
|
| similarity index 51%
|
| copy from android_webview/browser/aw_quota_manager_bridge.cc
|
| copy to android_webview/native/aw_form_database.h
|
| index 4a87cd610750909a161a4131f05d1e8faa71753c..9f6ebaeed7ab416da29c56048c77b1178a61a715 100644
|
| --- a/android_webview/browser/aw_quota_manager_bridge.cc
|
| +++ b/android_webview/native/aw_form_database.h
|
| @@ -2,8 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "android_webview/browser/aw_quota_manager_bridge.h"
|
| +#ifndef ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
|
| +#define ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
|
| +
|
| +#include <jni.h>
|
|
|
| namespace android_webview {
|
| -AwQuotaManagerBridge::~AwQuotaManagerBridge() {}
|
| +
|
| +bool RegisterFormDatabase(JNIEnv* env);
|
| +
|
| } // namespace android_webview
|
| +
|
| +#endif // ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
|
|
|