| Index: chrome/android/java/res/layout/eb_main_content.xml
|
| diff --git a/chrome/android/java/res/layout/eb_main_content.xml b/chrome/android/java/res/layout/eb_main_content.xml
|
| index c58f9e04a5f57d9f84cf584479f2d380679d4b62..ec0e314704121ce6e121b50da3af9de2820c2f43 100644
|
| --- a/chrome/android/java/res/layout/eb_main_content.xml
|
| +++ b/chrome/android/java/res/layout/eb_main_content.xml
|
| @@ -3,13 +3,13 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkContentView
|
| +<org.chromium.chrome.browser.bookmarks.BookmarkContentView
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:id="@+id/eb_content_view"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent" >
|
|
|
| - <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkRecyclerView
|
| + <org.chromium.chrome.browser.bookmarks.BookmarkRecyclerView
|
| android:id="@+id/eb_items_container"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| @@ -42,7 +42,7 @@
|
| android:layout_centerInParent="true"
|
| android:visibility="gone" />
|
|
|
| - <org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkActionBar
|
| + <org.chromium.chrome.browser.bookmarks.BookmarkActionBar
|
| android:id="@id/eb_action_bar"
|
| android:layout_width="match_parent"
|
| android:layout_height="?attr/actionBarSize"
|
| @@ -73,11 +73,11 @@
|
| android:textColor="@android:color/white"
|
| android:textSize="20sp" />
|
| </org.chromium.chrome.browser.widget.NumberRollView>
|
| - </org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkActionBar>
|
| + </org.chromium.chrome.browser.bookmarks.BookmarkActionBar>
|
|
|
| <org.chromium.chrome.browser.widget.FadingShadowView
|
| android:id="@+id/shadow"
|
| android:layout_width="match_parent"
|
| android:layout_height="10dp"
|
| android:layout_below="@id/eb_action_bar" />
|
| -</org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkContentView>
|
| +</org.chromium.chrome.browser.bookmarks.BookmarkContentView>
|
|
|