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

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: Final rebase after DIP scale fix. 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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java ('k') | ui/android/ui_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java ('k') | ui/android/ui_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698