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_ |