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

Unified Diff: content/common/mojo/service_registry_android.cc

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Register PaymentRequest with render process Created 4 years, 9 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: content/common/mojo/service_registry_android.cc
diff --git a/content/browser/mojo/service_registry_android.cc b/content/common/mojo/service_registry_android.cc
similarity index 98%
rename from content/browser/mojo/service_registry_android.cc
rename to content/common/mojo/service_registry_android.cc
index 0e80e0842b589da6f1d7a33379291e7aa26df091..18ea225339f12676ff17b8c2a1b6b5feeb45071d 100644
--- a/content/browser/mojo/service_registry_android.cc
+++ b/content/common/mojo/service_registry_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 "content/browser/mojo/service_registry_android.h"
+#include "content/common/mojo/service_registry_android.h"
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698