| Index: blimp/client/android/blimp_view.h
|
| diff --git a/blimp/client/android/blimp_view.h b/blimp/client/android/blimp_view.h
|
| index 94270f894644b3222367e3ffb0ae4df622d057b3..76e191975da548fdf52f7a4fb6bedf0f3e37cbae 100644
|
| --- a/blimp/client/android/blimp_view.h
|
| +++ b/blimp/client/android/blimp_view.h
|
| @@ -15,6 +15,7 @@ class Size;
|
| }
|
|
|
| namespace blimp {
|
| +namespace client {
|
|
|
| class BlimpCompositorAndroid;
|
| class RenderWidgetFeature;
|
| @@ -106,6 +107,7 @@ class BlimpView {
|
| DISALLOW_COPY_AND_ASSIGN(BlimpView);
|
| };
|
|
|
| +} // namespace client
|
| } // namespace blimp
|
|
|
| #endif // BLIMP_CLIENT_ANDROID_BLIMP_VIEW_H_
|
|
|