| Index: chrome/browser/android/rlz/revenue_stats.h
|
| diff --git a/chrome/browser/android/download/download_overwrite_infobar_delegate.cc b/chrome/browser/android/rlz/revenue_stats.h
|
| similarity index 53%
|
| copy from chrome/browser/android/download/download_overwrite_infobar_delegate.cc
|
| copy to chrome/browser/android/rlz/revenue_stats.h
|
| index 61727c929bbaaeab455872c2095ddcd15f90b7bf..80fe681c7cb8e228c1d22f3217c585a5066949d5 100644
|
| --- a/chrome/browser/android/download/download_overwrite_infobar_delegate.cc
|
| +++ b/chrome/browser/android/rlz/revenue_stats.h
|
| @@ -2,15 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/android/download/download_overwrite_infobar_delegate.h"
|
| +#ifndef CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
| +#define CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
| +
|
| +#include <jni.h>
|
|
|
| namespace chrome {
|
| namespace android {
|
|
|
| -bool DownloadOverwriteInfoBarDelegate::ShouldExpire(
|
| - const NavigationDetails& details) const {
|
| - return false;
|
| -}
|
| +bool RegisterRevenueStats(JNIEnv* env);
|
|
|
| } // namespace android
|
| } // namespace chrome
|
| +
|
| +#endif // CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
|
|