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

Unified Diff: chrome/browser/payments/android/payment_manifest_parser_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_parser_android.h
diff --git a/components/payments/content/android/payment_manifest_parser_android.h b/chrome/browser/payments/android/payment_manifest_parser_android.h
similarity index 86%
rename from components/payments/content/android/payment_manifest_parser_android.h
rename to chrome/browser/payments/android/payment_manifest_parser_android.h
index a2b7e22a5f6723a80d382feae3d6aba7f43f6fea..2b94910fd2ea46ea38c2593e198bc21f259415cb 100644
--- a/components/payments/content/android/payment_manifest_parser_android.h
+++ b/chrome/browser/payments/android/payment_manifest_parser_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_PARSER_ANDROID_H_
-#define COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_MANIFEST_PARSER_ANDROID_H_
+#ifndef CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_PARSER_ANDROID_H_
+#define CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_PARSER_ANDROID_H_
#include <jni.h>
@@ -53,4 +53,4 @@ bool RegisterPaymentManifestParser(JNIEnv* env);
} // namespace payments
-#endif // COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_MANIFEST_PARSER_ANDROID_H_
+#endif // CHROME_BROWSER_PAYMENTS_ANDROID_PAYMENT_MANIFEST_PARSER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698