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

Unified Diff: ui/views/examples/content_client/examples_browser_main_parts.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
« no previous file with comments | « ui/views/examples/button_example.cc ('k') | ui/views/examples/content_client/examples_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/content_client/examples_browser_main_parts.cc
diff --git a/ui/views/examples/content_client/examples_browser_main_parts.cc b/ui/views/examples/content_client/examples_browser_main_parts.cc
index 03c4be7b27289a3ba20f87fea5a8d1cdfdde0f42..f35086836cad19761eb27805766825dd91b1609d 100644
--- a/ui/views/examples/content_client/examples_browser_main_parts.cc
+++ b/ui/views/examples/content_client/examples_browser_main_parts.cc
@@ -19,14 +19,14 @@
#include "net/base/net_module.h"
#include "ui/base/clipboard/clipboard.h"
#include "ui/views/examples/examples_window.h"
-#include "ui/views/test/test_views_delegate.h"
#include "ui/views/focus/accelerator_handler.h"
+#include "ui/views/test/test_views_delegate.h"
#if defined(USE_AURA)
-#include "ui/aura/single_monitor_manager.h"
#include "ui/aura/desktop/desktop_screen.h"
#include "ui/aura/desktop/desktop_stacking_client.h"
#include "ui/aura/env.h"
+#include "ui/aura/single_monitor_manager.h"
#include "ui/gfx/screen.h"
#include "ui/views/widget/desktop_native_widget_helper_aura.h"
#include "ui/views/widget/native_widget_aura.h"
« no previous file with comments | « ui/views/examples/button_example.cc ('k') | ui/views/examples/content_client/examples_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698