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

Unified Diff: content/public/browser/android/java_interfaces.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/public/browser/android/java_interfaces.h
diff --git a/content/public/browser/android/java_interfaces.h b/content/public/browser/android/java_interfaces.h
index aa4973d34a915f44cee0b89feb10d4481a252307..6806100fb81a4d71a9e577667f6d2f5327eb838c 100644
--- a/content/public/browser/android/java_interfaces.h
+++ b/content/public/browser/android/java_interfaces.h
@@ -7,7 +7,7 @@
#include "content/common/content_export.h"
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
}
@@ -17,7 +17,7 @@ namespace content {
// This provides access to interfaces implemented in Java in the browser process
// to C++ code in the browser process. This and the returned InterfaceProvider
// may only be used on the UI thread.
-CONTENT_EXPORT shell::InterfaceProvider* GetGlobalJavaInterfaces();
+CONTENT_EXPORT service_manager::InterfaceProvider* GetGlobalJavaInterfaces();
} // namespace content
« no previous file with comments | « content/public/app/mojo/content_utility_manifest.json ('k') | content/public/browser/browser_child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698