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

Unified Diff: chrome/android/java/res/layout/bottom_control_container.xml

Issue 2753773006: [Home] Move bottom sheet classes to widget/bottomsheet (Closed)
Patch Set: Fix bottom_sheet_bottom_nav.xml Created 3 years, 9 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: chrome/android/java/res/layout/bottom_control_container.xml
diff --git a/chrome/android/java/res/layout/bottom_control_container.xml b/chrome/android/java/res/layout/bottom_control_container.xml
index ed74218dfa13a86beb853b88601a925be40132e1..4b9c6b74707b98995cde2d783d6bbc8d80503928 100644
--- a/chrome/android/java/res/layout/bottom_control_container.xml
+++ b/chrome/android/java/res/layout/bottom_control_container.xml
@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<org.chromium.chrome.browser.widget.BottomSheet
+<org.chromium.chrome.browser.widget.bottomsheet.BottomSheet
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/bottom_sheet"
android:layout_width="match_parent"
@@ -82,4 +82,4 @@
android:scaleType="fitXY"
android:contentDescription="@null" />
-</org.chromium.chrome.browser.widget.BottomSheet>
+</org.chromium.chrome.browser.widget.bottomsheet.BottomSheet>

Powered by Google App Engine
This is Rietveld 408576698