Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / src / org / chromium / chrome / browser / infobar / InfoBar.java
index d0721f7..829332b 100644 (file)
@@ -7,9 +7,8 @@ package org.chromium.chrome.browser.infobar;
 import android.content.Context;
 import android.view.View;
 
-import com.google.common.annotations.VisibleForTesting;
-
 import org.chromium.base.CalledByNative;
+import org.chromium.base.VisibleForTesting;
 import org.chromium.chrome.R;
 
 /**
@@ -199,6 +198,7 @@ public abstract class InfoBar implements InfoBarView {
     /**
      * @return The content view for the info bar.
      */
+    @VisibleForTesting
     public ContentWrapperView getContentWrapper() {
         return getContentWrapper(true);
     }