| Index: content/browser/android/content_view_statics.h
|
| diff --git a/content/common/font_list_android.cc b/content/browser/android/content_view_statics.h
|
| similarity index 50%
|
| copy from content/common/font_list_android.cc
|
| copy to content/browser/android/content_view_statics.h
|
| index c296657244358a67576465c2da597c3326ce039d..e640fec551ecb2d20c31c54a57395629d694bc32 100644
|
| --- a/content/common/font_list_android.cc
|
| +++ b/content/browser/android/content_view_statics.h
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/font_list.h"
|
| -
|
| -#include "base/values.h"
|
| +#ifndef CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_
|
| +#define CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_
|
|
|
| namespace content {
|
|
|
| -scoped_ptr<ListValue> GetFontList_SlowBlocking() {
|
| - return scoped_ptr<ListValue>(new ListValue);
|
| +bool RegisterWebViewStatics(JNIEnv* env);
|
| +
|
| }
|
|
|
| -} // namespace content
|
| +#endif // CONTENT_BROWSER_ANDROID_VIEW_STATICS_H_
|
|
|