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

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

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.cc
diff --git a/components/payments/content/android/payment_manifest_downloader_android.cc b/chrome/browser/payments/android/payment_manifest_downloader_android.cc
similarity index 98%
rename from components/payments/content/android/payment_manifest_downloader_android.cc
rename to chrome/browser/payments/android/payment_manifest_downloader_android.cc
index 41241e05b9a421036d4c23d272aff3bdf67348a0..52e3b09805afc8bad327b50e0606f6dd555f3668 100644
--- a/components/payments/content/android/payment_manifest_downloader_android.cc
+++ b/chrome/browser/payments/android/payment_manifest_downloader_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/payments/content/android/payment_manifest_downloader_android.h"
+#include "chrome/browser/payments/android/payment_manifest_downloader_android.h"
please use gerrit instead 2017/04/24 18:22:31 There appears to be no need to move the downloader
gogerald1 2017/04/26 13:46:32 Not applicable, thought it might be better to put
#include <memory>
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698