| Index: blimp/client/app/android/blimp_view.h
|
| diff --git a/blimp/client/app/android/blimp_view.h b/blimp/client/app/android/blimp_view.h
|
| index 1c417e20ead295511a95e60472d164cd5442bd16..2ec2023b15a07f363db40dd4f4701e4a68c9d85f 100644
|
| --- a/blimp/client/app/android/blimp_view.h
|
| +++ b/blimp/client/app/android/blimp_view.h
|
| @@ -19,6 +19,8 @@ class Size;
|
| namespace blimp {
|
| namespace client {
|
| class BrowserCompositor;
|
| +
|
| +namespace app {
|
| class RenderWidgetFeature;
|
|
|
| // The native component of org.chromium.blimp.BlimpView. This builds and
|
| @@ -38,7 +40,7 @@ class BlimpView {
|
| const gfx::Size& real_size,
|
| const gfx::Size& size,
|
| float dp_to_px,
|
| - RenderWidgetFeature* render_widget_feature);
|
| + blimp::client::RenderWidgetFeature* render_widget_feature);
|
|
|
| // Methods called from Java via JNI.
|
| void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& jobj);
|
| @@ -115,6 +117,7 @@ class BlimpView {
|
| DISALLOW_COPY_AND_ASSIGN(BlimpView);
|
| };
|
|
|
| +} // namespace app
|
| } // namespace client
|
| } // namespace blimp
|
|
|
|
|