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

Unified Diff: chrome/browser/ui/views/uninstall_view.cc

Issue 2934503002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: Created 3 years, 6 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/browser/ui/views/try_chrome_dialog_view.cc ('k') | ui/views/examples/dialog_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/uninstall_view.cc
diff --git a/chrome/browser/ui/views/uninstall_view.cc b/chrome/browser/ui/views/uninstall_view.cc
index 861776d380e56962a8efaa83365b9d7bacec00b0..5569240bbe120e8d6a52bc2b0eeb162edd4bd790 100644
--- a/chrome/browser/ui/views/uninstall_view.cc
+++ b/chrome/browser/ui/views/uninstall_view.cc
@@ -62,8 +62,8 @@ void UninstallView::SetupControls() {
const int checkbox_indent = provider->GetDistanceMetric(
DISTANCE_SUBSECTION_HORIZONTAL_INDENT);
- const int unrelated_vertical_spacing = provider->GetDistanceMetric(
- DISTANCE_UNRELATED_CONTROL_VERTICAL);
+ const int unrelated_vertical_spacing =
+ provider->GetDistanceMetric(views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
const int related_vertical_spacing = provider->GetDistanceMetric(
views::DISTANCE_RELATED_CONTROL_VERTICAL);
const int related_horizontal_spacing = provider->GetDistanceMetric(
« no previous file with comments | « chrome/browser/ui/views/try_chrome_dialog_view.cc ('k') | ui/views/examples/dialog_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698