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

Unified Diff: ui/views/examples/content_client/examples_main_delegate.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/content_client/examples_main_delegate.h ('k') | ui/views/examples/examples_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/content_client/examples_main_delegate.cc
diff --git a/ui/views/examples/content_client/examples_main_delegate.cc b/ui/views/examples/content_client/examples_main_delegate.cc
index 2cf5cc4739976ae5e7d931021123d7c0739c0221..c9c60ea3319ed37b8d38676760ed1871c4520f34 100644
--- a/ui/views/examples/content_client/examples_main_delegate.cc
+++ b/ui/views/examples/content_client/examples_main_delegate.cc
@@ -4,6 +4,8 @@
#include "ui/views/examples/content_client/examples_main_delegate.h"
+#include <string>
+
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/logging.h"
@@ -44,7 +46,7 @@ int ExamplesBrowserMain(
return exit_code;
}
-}
+} // namespace
ExamplesMainDelegate::ExamplesMainDelegate() {
}
« no previous file with comments | « ui/views/examples/content_client/examples_main_delegate.h ('k') | ui/views/examples/examples_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698