| Index: chrome/android/java/res/layout/divider_preference.xml
|
| diff --git a/chrome/android/java/res/layout/divider_preference.xml b/chrome/android/java/res/layout/divider_preference.xml
|
| index 279ef8bda08bfc1a2760924489b200738ff34bc3..a0407e316ac49c4cf43f71a4877c9b45e3f11360 100644
|
| --- a/chrome/android/java/res/layout/divider_preference.xml
|
| +++ b/chrome/android/java/res/layout/divider_preference.xml
|
| @@ -3,7 +3,4 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<View xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="1dp"
|
| - android:background="#E0E0E0" />
|
| +<View style="@style/Divider"/>
|
|
|