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

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

Issue 1688033002: Rename EnhancedBookmarks to Bookmarks, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments from #2 Created 4 years, 10 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 | « chrome/android/java/res/layout/eb_main.xml ('k') | chrome/android/java/res/layout/eb_row_content.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/android/java/res/layout/eb_main.xml ('k') | chrome/android/java/res/layout/eb_row_content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698