Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6368)

Unified Diff: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h

Issue 1392023004: Rename android only infobars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
index 2a22524667bcbf3d2f2ccce5f4c952319eb946d7..54d3d773673e417dbfac2afb6ceadb157718674b 100644
--- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
+++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/strings/string16.h"
-#include "chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h"
+#include "chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate_android.h"
#include "chrome/browser/ui/android/infobars/confirm_infobar.h"
class DataReductionProxyInfoBar : public ConfirmInfoBar {
@@ -20,7 +20,7 @@ class DataReductionProxyInfoBar : public ConfirmInfoBar {
static bool Register(JNIEnv* env);
explicit DataReductionProxyInfoBar(
- scoped_ptr<DataReductionProxyInfoBarDelegate> delegate);
+ scoped_ptr<DataReductionProxyInfoBarDelegateAndroid> delegate);
~DataReductionProxyInfoBar() override;
@@ -29,7 +29,7 @@ class DataReductionProxyInfoBar : public ConfirmInfoBar {
base::android::ScopedJavaLocalRef<jobject> CreateRenderInfoBar(
JNIEnv* env) override;
- DataReductionProxyInfoBarDelegate* GetDelegate();
+ DataReductionProxyInfoBarDelegateAndroid* GetDelegate();
base::android::ScopedJavaGlobalRef<jobject>
java_data_reduction_proxy_delegate_;

Powered by Google App Engine
This is Rietveld 408576698