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

Side by Side Diff: ui/views/examples/examples_window.cc

Issue 10383034: views/examples: Clean up cpplint warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "ui/views/examples/examples_window.h" 5 #include "ui/views/examples/examples_window.h"
6 6
7 #include "base/at_exit.h" 7 #include <string>
8 #include "base/command_line.h" 8
9 #include "base/i18n/icu_util.h"
10 #include "base/memory/scoped_vector.h" 9 #include "base/memory/scoped_vector.h"
11 #include "base/process_util.h"
12 #include "base/stl_util.h"
13 #include "base/utf_string_conversions.h" 10 #include "base/utf_string_conversions.h"
14 #include "content/public/browser/browser_context.h" 11 #include "content/public/browser/browser_context.h"
15 #include "ui/base/models/combobox_model.h" 12 #include "ui/base/models/combobox_model.h"
16 #include "ui/base/ui_base_paths.h" 13 #include "ui/base/ui_base_paths.h"
17 #include "ui/views/controls/button/text_button.h" 14 #include "ui/views/controls/button/text_button.h"
18 #include "ui/views/controls/combobox/combobox.h" 15 #include "ui/views/controls/combobox/combobox.h"
19 #include "ui/views/controls/label.h" 16 #include "ui/views/controls/label.h"
20 #include "ui/views/controls/tabbed_pane/tabbed_pane.h" 17 #include "ui/views/controls/tabbed_pane/tabbed_pane.h"
21 #include "ui/views/examples/bubble_example.h" 18 #include "ui/views/examples/bubble_example.h"
22 #include "ui/views/examples/button_example.h" 19 #include "ui/views/examples/button_example.h"
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 gfx::Rect(0, 0, 850, 300))->Show(); 207 gfx::Rect(0, 0, 850, 300))->Show();
211 } 208 }
212 } 209 }
213 210
214 void LogStatus(const std::string& string) { 211 void LogStatus(const std::string& string) {
215 ExamplesWindowContents::instance()->SetStatus(string); 212 ExamplesWindowContents::instance()->SetStatus(string);
216 } 213 }
217 214
218 } // namespace examples 215 } // namespace examples
219 } // namespace views 216 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/examples/content_client/examples_main_delegate.cc ('k') | ui/views/examples/native_theme_button_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698