Chromium Code Reviews| Index: android_webview/native/form_database.h |
| diff --git a/android_webview/browser/aw_quota_manager_bridge.cc b/android_webview/native/form_database.h |
| similarity index 52% |
| copy from android_webview/browser/aw_quota_manager_bridge.cc |
| copy to android_webview/native/form_database.h |
| index 4a87cd610750909a161a4131f05d1e8faa71753c..8ca6d9a748bb6acd2b4e6777cc9eb78f95ce1790 100644 |
| --- a/android_webview/browser/aw_quota_manager_bridge.cc |
| +++ b/android_webview/native/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_FORM_DATABASE_H_ |
|
benm (inactive)
2013/04/23 18:07:47
Add AW prefix here and on the filename please.
sgurun-gerrit only
2013/04/23 20:49:45
Done.
|
| +#define ANDROID_WEBVIEW_NATIVE_FORM_DATABASE_H_ |
| + |
| +#include <jni.h> |
| namespace android_webview { |
| -AwQuotaManagerBridge::~AwQuotaManagerBridge() {} |
| + |
| +bool RegisterFormDatabase(JNIEnv* env); |
| + |
| } // namespace android_webview |
| + |
| +#endif // ANDROID_WEBVIEW_NATIVE_FORM_DATABASE_H_ |