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

Unified Diff: app/sql/connection.cc

Issue 6997006: iwyu: Include stringprintf.h where appropriate, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | base/i18n/number_formatting.cc » ('j') | base/json/string_escape.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/sql/connection.cc
diff --git a/app/sql/connection.cc b/app/sql/connection.cc
index 445fa905dc81d40d7addaf2e05d62b970386c03c..09eea458d6a8187cea337e61efb3de5118c95429 100644
--- a/app/sql/connection.cc
+++ b/app/sql/connection.cc
@@ -9,6 +9,7 @@
#include "app/sql/statement.h"
#include "base/file_path.h"
#include "base/logging.h"
+#include "base/stringprintf.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "third_party/sqlite/sqlite3.h"
« no previous file with comments | « no previous file | base/i18n/number_formatting.cc » ('j') | base/json/string_escape.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698