commit | eb62f726194d68406047f2716e8ef500bf456d67 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 30 14:29:00 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 30 14:29:00 2013 |
tree | 1e11329639f5662e7a2821e442c7dc8d36a2b7ad | |
parent | e86df8dcc1b9ad3eb30c46d5ba6de9fe66991801 [diff] [blame] |
base: Update the include paths of base/string_piece.h to its new location. string_piece.h was moved into base/strings/ in r191206 - https://chromiumcodereview.appspot.com/12982018/ [email protected] Review URL: https://codereview.chromium.org/13374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191508 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/strings/sys_string_conversions_win.cc b/base/strings/sys_string_conversions_win.cc index 67c54378..94d4466 100644 --- a/base/strings/sys_string_conversions_win.cc +++ b/base/strings/sys_string_conversions_win.cc
@@ -6,7 +6,7 @@ #include <windows.h> -#include "base/string_piece.h" +#include "base/strings/string_piece.h" namespace base {