Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / src / org / chromium / chrome / browser / banners / AppBannerView.java
index 4e5e4bd..40604d9 100644 (file)
@@ -159,7 +159,7 @@ public class AppBannerView extends SwipableOverlayView
      * @return            The created banner.
      */
     public static AppBannerView create(
-            ContentViewCore contentViewCore, Observer observer,AppData data) {
+            ContentViewCore contentViewCore, Observer observer, AppData data) {
         Context context = contentViewCore.getContext().getApplicationContext();
         AppBannerView banner =
                 (AppBannerView) LayoutInflater.from(context).inflate(BANNER_LAYOUT, null);