commit | 896d161ffcd8b39487e339d1169ab60e040cfd44 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 22:52:24 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 22:52:24 2013 |
tree | d69a937cb641accab3d8c1e19e374b5cbb863673 | |
parent | 516f018648a3188a8f36b6f7b5dab8530595637d [diff] [blame] |
Use a direct include of strings headers in ppapi/, printing/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16366009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205664 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/printing/print_settings.h b/printing/print_settings.h index 3a55502..5728bf7 100644 --- a/printing/print_settings.h +++ b/printing/print_settings.h
@@ -7,7 +7,7 @@ #include <string> -#include "base/string16.h" +#include "base/strings/string16.h" #include "printing/page_range.h" #include "printing/page_setup.h" #include "printing/print_job_constants.h"