summaryrefslogtreecommitdiffstats
path: root/base/sys_info_chromeos.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 14:29:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 14:29:00 +0000
commiteb62f726194d68406047f2716e8ef500bf456d67 (patch)
tree1e11329639f5662e7a2821e442c7dc8d36a2b7ad /base/sys_info_chromeos.cc
parente86df8dcc1b9ad3eb30c46d5ba6de9fe66991801 (diff)
downloadchromium_src-eb62f726194d68406047f2716e8ef500bf456d67.zip
chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.gz
chromium_src-eb62f726194d68406047f2716e8ef500bf456d67.tar.bz2
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
Diffstat (limited to 'base/sys_info_chromeos.cc')
-rw-r--r--base/sys_info_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/sys_info_chromeos.cc b/base/sys_info_chromeos.cc
index ef7b3dc..d5476fbc 100644
--- a/base/sys_info_chromeos.cc
+++ b/base/sys_info_chromeos.cc
@@ -8,8 +8,8 @@
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/lazy_instance.h"
-#include "base/string_piece.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_piece.h"
#include "base/strings/string_tokenizer.h"
#include "base/threading/thread_restrictions.h"