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

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

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.h
diff --git a/content/browser/mojo/service_registry_android.h b/content/common/mojo/service_registry_android.h
similarity index 90%
rename from content/browser/mojo/service_registry_android.h
rename to content/common/mojo/service_registry_android.h
index 17d2cb07bdc632333e81bea4d62afe1e7ac85131..6c447dd032d77d8c13991b8d6dc5bc3a94ee962c 100644
--- a/content/browser/mojo/service_registry_android.h
+++ b/content/common/mojo/service_registry_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 CONTENT_BROWSER_MOJO_SERVICE_REGISTRY_ANDROID_H_
-#define CONTENT_BROWSER_MOJO_SERVICE_REGISTRY_ANDROID_H_
+#ifndef CONTENT_COMMON_MOJO_SERVICE_REGISTRY_ANDROID_H_
+#define CONTENT_COMMON_MOJO_SERVICE_REGISTRY_ANDROID_H_
#include <jni.h>
@@ -53,4 +53,4 @@ class CONTENT_EXPORT ServiceRegistryAndroid {
} // namespace content
-#endif // CONTENT_BROWSER_MOJO_SERVICE_REGISTRY_ANDROID_H_
+#endif // CONTENT_COMMON_MOJO_SERVICE_REGISTRY_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698