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

Unified Diff: chrome/browser/ui/views/collected_cookies_views.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
Index: chrome/browser/ui/views/collected_cookies_views.cc
diff --git a/chrome/browser/ui/views/collected_cookies_views.cc b/chrome/browser/ui/views/collected_cookies_views.cc
index 1ec7339ee11ef9de974df3ee888ce2f7c2ec0463..1f9e404d404e4ccd99497db50d430be9ee203dcb 100644
--- a/chrome/browser/ui/views/collected_cookies_views.cc
+++ b/chrome/browser/ui/views/collected_cookies_views.cc
@@ -389,7 +389,7 @@ views::View* CollectedCookiesViews::CreateAllowedPane() {
GridLayout* layout = GridLayout::CreatePanel(pane);
int unrelated_vertical_distance =
ChromeLayoutProvider::Get()->GetDistanceMetric(
- DISTANCE_UNRELATED_CONTROL_VERTICAL);
+ views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
const int single_column_layout_id = 0;
views::ColumnSet* column_set = layout->AddColumnSet(single_column_layout_id);
@@ -453,7 +453,7 @@ views::View* CollectedCookiesViews::CreateBlockedPane() {
GridLayout* layout = GridLayout::CreatePanel(pane);
int unrelated_vertical_distance =
ChromeLayoutProvider::Get()->GetDistanceMetric(
- DISTANCE_UNRELATED_CONTROL_VERTICAL);
+ views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
const int single_column_layout_id = 0;
views::ColumnSet* column_set = layout->AddColumnSet(single_column_layout_id);
« no previous file with comments | « chrome/browser/ui/views/autofill/save_card_bubble_views.cc ('k') | chrome/browser/ui/views/content_setting_bubble_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698