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

Unified Diff: ui/views/examples/example_base.cc

Issue 16757004: Use a direct include of strings headers in ui/, part 3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/example_base.cc
diff --git a/ui/views/examples/example_base.cc b/ui/views/examples/example_base.cc
index c57e1c81e91396588b4fe3753328569bd9525768..66a6c854c4a4e7376134334d42b73efaf84c9e7a 100644
--- a/ui/views/examples/example_base.cc
+++ b/ui/views/examples/example_base.cc
@@ -7,7 +7,7 @@
#include <stdarg.h>
#include "base/compiler_specific.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "ui/views/view.h"
namespace views {
« no previous file with comments | « ui/views/examples/content_client/examples_browser_main_parts.cc ('k') | ui/views/examples/radio_button_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698