summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-17 00:36:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-17 00:36:40 +0000
commit92e43a046d38319447d478f9cec1ad594e56984f (patch)
tree0c52ce49f5c49ba5e396a93b784f4ede587990d7 /chrome/common
parent33272e1f0fcbc1dee150323df883293cfb29f58d (diff)
downloadchromium_src-92e43a046d38319447d478f9cec1ad594e56984f.zip
chromium_src-92e43a046d38319447d478f9cec1ad594e56984f.tar.gz
chromium_src-92e43a046d38319447d478f9cec1ad594e56984f.tar.bz2
Include missing stringprintf.h to fix the Arm build in r97067.
BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/7670017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/logging_chrome.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index 797ffa7..0098433 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -40,6 +40,7 @@
#include "base/path_service.h"
#include "base/string_number_conversions.h"
#include "base/string_util.h"
+#include "base/stringprintf.h"
#include "base/threading/thread_restrictions.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"