From a4bbc1f9b821dee29561beb13bc8d42eadfb0f6a Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Tue, 11 Jun 2013 07:28:19 +0000 Subject: Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16358024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205458 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/ext/google_logging.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skia/ext/google_logging.cc') diff --git a/skia/ext/google_logging.cc b/skia/ext/google_logging.cc index 5e8ffe1..673e23a 100644 --- a/skia/ext/google_logging.cc +++ b/skia/ext/google_logging.cc @@ -7,7 +7,7 @@ // that provides integration with the logging of your choice. #include "base/logging.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "third_party/skia/include/core/SkTypes.h" void SkDebugf_FileLine(const char* file, int line, bool fatal, -- cgit v1.1