Chromium Code Reviews| Index: chromecast/android/platform_jni_loader_simple.cc |
| diff --git a/chromecast/common/chromecast_config_simple.cc b/chromecast/android/platform_jni_loader_simple.cc |
| similarity index 61% |
| copy from chromecast/common/chromecast_config_simple.cc |
| copy to chromecast/android/platform_jni_loader_simple.cc |
| index f62efe524b848cf05ec0bd0438c29d801298eaf6..7b4a781bfaa6c973ad0a3b0c9177aba03cb8f4f3 100644 |
| --- a/chromecast/common/chromecast_config_simple.cc |
| +++ b/chromecast/android/platform_jni_loader_simple.cc |
| @@ -2,11 +2,13 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chromecast/common/chromecast_config.h" |
| +#include "chromecast/android/platform_jni_loader.h" |
| namespace chromecast { |
| +namespace android { |
| -void ChromecastConfig::RegisterPlatformPrefs(PrefRegistrySimple* registry) { |
| +void PlatformRegisterJni(JNIEnv* env) { |
|
Yaron
2014/08/20 18:11:01
Again, not super excited about these stubs. Will t
gunsch
2014/08/21 22:31:28
I don't think we have a doc for public consumption
|
| } |
| +} // namespace android |
| } // namespace chromecast |