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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ui/views/examples/examples_window.cc
diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc
index b78bdd034a9ed837663b229d651c8d05e3e5791a..8e76efd7cbd6dec525778c1f74264aa5bc3c426a 100644
--- a/ui/views/examples/examples_window.cc
+++ b/ui/views/examples/examples_window.cc
@@ -4,12 +4,9 @@
#include "ui/views/examples/examples_window.h"
-#include "base/at_exit.h"
-#include "base/command_line.h"
-#include "base/i18n/icu_util.h"
+#include <string>
+
#include "base/memory/scoped_vector.h"
-#include "base/process_util.h"
-#include "base/stl_util.h"
#include "base/utf_string_conversions.h"
#include "content/public/browser/browser_context.h"
#include "ui/base/models/combobox_model.h"
« 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