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

Unified Diff: sky/shell/android/library_loader.cc

Issue 1169983005: sky/shell updates for Android and iOS (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/shell/android/library_loader.cc
diff --git a/sky/shell/android/library_loader.cc b/sky/shell/android/library_loader.cc
index 70e5816305eb9b82d2689b9892622216ba5ebb00..f076c2d79755c0205197d55245942e8d3b978e46 100644
--- a/sky/shell/android/library_loader.cc
+++ b/sky/shell/android/library_loader.cc
@@ -10,8 +10,8 @@
#include "base/bind.h"
#include "base/logging.h"
#include "mojo/android/system/core_impl.h"
-#include "sky/shell/android/platform_service_provider.h"
-#include "sky/shell/android/platform_view.h"
+#include "sky/shell/android/platform_service_provider_android.h"
+#include "sky/shell/android/platform_view_android.h"
#include "sky/shell/android/sky_main.h"
#include "sky/shell/android/tracing_controller.h"
@@ -20,7 +20,7 @@ namespace {
base::android::RegistrationMethod kSkyRegisteredMethods[] = {
{"CoreImpl", mojo::android::RegisterCoreImpl},
{"PlatformServiceProvider", sky::shell::RegisterPlatformServiceProvider},
- {"PlatformView", sky::shell::PlatformView::Register},
+ {"PlatformViewAndroid", sky::shell::PlatformViewAndroid::Register},
{"SkyMain", sky::shell::RegisterSkyMain},
{"TracingController", sky::shell::RegisterTracingController},
};

Powered by Google App Engine
This is Rietveld 408576698