| Index: chrome/android/shell/res/drawable/progress.xml
|
| diff --git a/chrome/android/shell/res/drawable/progress.xml b/chrome/android/shell/res/drawable/progress.xml
|
| index 752911eb4dc1bf214de5ab76f2c07cfe6405bf81..121728f28563fe13ea606f4cfde5adf5d8e77a86 100644
|
| --- a/chrome/android/shell/res/drawable/progress.xml
|
| +++ b/chrome/android/shell/res/drawable/progress.xml
|
| @@ -8,6 +8,6 @@
|
|
|
| <clip xmlns:android="http://schemas.android.com/apk/res/android">
|
| <shape>
|
| - <solid android:color="@android:color/holo_blue_light" />
|
| + <solid android:color="@color/material_deep_teal_500" />
|
| </shape>
|
| </clip>
|
|
|