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

Side by Side Diff: chrome/browser/views/bookmark_editor_view.cc

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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/bookmark_editor_view.h" 5 #include "chrome/browser/views/bookmark_editor_view.h"
6 6
7 #include "app/l10n_util.h" 7 #include "app/l10n_util.h"
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/string_util.h" 10 #include "base/string_util.h"
11 #include "chrome/browser/bookmarks/bookmark_utils.h" 11 #include "chrome/browser/bookmarks/bookmark_utils.h"
12 #include "chrome/browser/history/history.h" 12 #include "chrome/browser/history/history.h"
13 #include "chrome/browser/profile.h" 13 #include "chrome/browser/profile.h"
14 #include "chrome/browser/net/url_fixer_upper.h" 14 #include "chrome/browser/net/url_fixer_upper.h"
15 #include "chrome/browser/views/standard_layout.h"
16 #include "googleurl/src/gurl.h" 15 #include "googleurl/src/gurl.h"
17 #include "grit/chromium_strings.h" 16 #include "grit/chromium_strings.h"
18 #include "grit/generated_resources.h" 17 #include "grit/generated_resources.h"
19 #include "grit/locale_settings.h" 18 #include "grit/locale_settings.h"
20 #include "views/background.h" 19 #include "views/background.h"
21 #include "views/focus/focus_manager.h" 20 #include "views/focus/focus_manager.h"
22 #include "views/grid_layout.h" 21 #include "views/grid_layout.h"
23 #include "views/controls/button/native_button.h" 22 #include "views/controls/button/native_button.h"
24 #include "views/controls/label.h" 23 #include "views/controls/label.h"
24 #include "views/standard_layout.h"
25 #include "views/widget/widget.h" 25 #include "views/widget/widget.h"
26 #include "views/window/window.h" 26 #include "views/window/window.h"
27 27
28 using views::Button; 28 using views::Button;
29 using views::ColumnSet; 29 using views::ColumnSet;
30 using views::GridLayout; 30 using views::GridLayout;
31 using views::Label; 31 using views::Label;
32 using views::NativeButton; 32 using views::NativeButton;
33 using views::TextField; 33 using views::TextField;
34 using views::TreeNode; 34 using views::TreeNode;
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 break; 526 break;
527 } 527 }
528 } 528 }
529 DCHECK(child_bb_node); 529 DCHECK(child_bb_node);
530 bb_model_->SetTitle(child_bb_node, child_b_node->GetTitle()); 530 bb_model_->SetTitle(child_bb_node, child_b_node->GetTitle());
531 } 531 }
532 ApplyNameChangesAndCreateNewGroups(child_bb_node, child_b_node, 532 ApplyNameChangesAndCreateNewGroups(child_bb_node, child_b_node,
533 parent_b_node, parent_bb_node); 533 parent_b_node, parent_bb_node);
534 } 534 }
535 } 535 }
OLDNEW
« no previous file with comments | « chrome/browser/views/bookmark_bubble_view.cc ('k') | chrome/browser/views/bookmark_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698