| Index: chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| diff --git a/chrome/browser/ui/views/harmony/harmony_layout_provider.cc b/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| index fd1c37ad613a1a9663fb52d55b1a9c9c81b6b381..365023c22c8eca82fbf6a0b7da5a77b439199b9a 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_provider.cc
|
| @@ -61,7 +61,7 @@ int HarmonyLayoutProvider::GetDistanceMetric(int metric) const {
|
| return kHarmonyLayoutUnit;
|
| case DISTANCE_UNRELATED_CONTROL_HORIZONTAL_LARGE:
|
| return kHarmonyLayoutUnit;
|
| - case DISTANCE_UNRELATED_CONTROL_VERTICAL:
|
| + case views::DISTANCE_UNRELATED_CONTROL_VERTICAL:
|
| return kHarmonyLayoutUnit;
|
| case DISTANCE_UNRELATED_CONTROL_VERTICAL_LARGE:
|
| return kHarmonyLayoutUnit;
|
|
|