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

Unified Diff: ui/android/ui_jni_registrar.h

Issue 11886074: Use correct favicon scale factor on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed and added JavaBitmap JNI registration to .h Created 7 years, 11 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: ui/android/ui_jni_registrar.h
diff --git a/ui/android/ui_jni_registrar.h b/ui/android/ui_jni_registrar.h
index d0778c4e275afa86b91321c3abd4d9d1293ba737..f40ed407823529e93165699b30a39a2bf21dc62b 100644
--- a/ui/android/ui_jni_registrar.h
+++ b/ui/android/ui_jni_registrar.h
@@ -10,10 +10,12 @@
#include "ui/base/ui_export.h"
namespace ui {
+namespace android {
// Register all JNI bindings necessary for chrome.
UI_EXPORT bool RegisterJni(JNIEnv* env);
-} // namespace ui
+} // namespace android
+} // namespace ui
#endif // UI_ANDROID_UI_JNI_REGISTRAR_H_

Powered by Google App Engine
This is Rietveld 408576698