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

Side by Side Diff: chrome/browser/ui/views/options/fonts_page_view.cc

Issue 6204002: Carnitas: Remove chrome/browser/views, update references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yay, more syncing Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/views/options/fonts_page_view.h" 5 #include "chrome/browser/ui/views/options/fonts_page_view.h"
6 6
7 #include <windows.h> 7 #include <windows.h>
8 #include <shlobj.h> 8 #include <shlobj.h>
9 #include <vsstyle.h> 9 #include <vsstyle.h>
10 #include <vssym32.h> 10 #include <vssym32.h>
11 11
12 #include <vector> 12 #include <vector>
13 13
14 #include "app/l10n_util.h" 14 #include "app/l10n_util.h"
15 #include "app/resource_bundle.h" 15 #include "app/resource_bundle.h"
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 column_set->AddPaddingColumn(0, kRelatedControlHorizontalSpacing); 426 column_set->AddPaddingColumn(0, kRelatedControlHorizontalSpacing);
427 column_set->AddColumn(GridLayout::FILL, GridLayout::FILL, 1, 427 column_set->AddColumn(GridLayout::FILL, GridLayout::FILL, 1,
428 GridLayout::USE_PREF, 0, 0); 428 GridLayout::USE_PREF, 0, 0);
429 429
430 // Add Encoding Combobox. 430 // Add Encoding Combobox.
431 layout->StartRow(0, double_column_view_set_id); 431 layout->StartRow(0, double_column_view_set_id);
432 layout->AddView(default_encoding_combobox_label_); 432 layout->AddView(default_encoding_combobox_label_);
433 layout->AddView(default_encoding_combobox_, 1, 1, GridLayout::FILL, 433 layout->AddView(default_encoding_combobox_, 1, 1, GridLayout::FILL,
434 GridLayout::CENTER); 434 GridLayout::CENTER);
435 } 435 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/options/fonts_page_view.h ('k') | chrome/browser/ui/views/options/general_page_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698