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/
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/13374002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191508 0039d316-1c4b-4281-b951-d872f2087c98
CrOS-Libchrome-Original-Commit: eb62f726194d68406047f2716e8ef500bf456d67
diff --git a/base/files/file_path.cc b/base/files/file_path.cc
index 407ec85..72604e8 100644
--- a/base/files/file_path.cc
+++ b/base/files/file_path.cc
@@ -13,8 +13,8 @@
// These includes are just for the *Hack functions, and should be removed
// when those functions are removed.
-#include "base/string_piece.h"
#include "base/string_util.h"
+#include "base/strings/string_piece.h"
#include "base/strings/sys_string_conversions.h"
#include "base/utf_string_conversions.h"