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 --- sql/statement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/statement.h') diff --git a/sql/statement.h b/sql/statement.h index bd00b0d..5fedc53 100644 --- a/sql/statement.h +++ b/sql/statement.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "sql/connection.h" #include "sql/sql_export.h" -- cgit v1.1