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

Unified Diff: chrome/browser/payments/android/payment_manifest_downloader_android.h

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: fix tests Created 3 years, 8 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/payments/android/payment_manifest_downloader_android.h
diff --git a/components/payments/content/android/payment_manifest_downloader_android.h b/chrome/browser/payments/android/payment_manifest_downloader_android.h
similarity index 53%
rename from components/payments/content/android/payment_manifest_downloader_android.h
rename to chrome/browser/payments/android/payment_manifest_downloader_android.h
index 12f2306d64635b477229f7ea385e74849490c34a..273e7bb80bad60df86c9dc9063db62d73e2e0bf8 100644
--- a/components/payments/content/android/payment_manifest_downloader_android.h
+++ b/chrome/browser/payments/android/payment_manifest_downloader_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_
-#define COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_
+#ifndef CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_
+#define CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_
#include <jni.h>
@@ -13,4 +13,4 @@ bool RegisterPaymentManifestDownloader(JNIEnv* env);
} // namespace payments
-#endif // COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_
+#endif // CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_DOWNLOADER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698