commit | 5ae0b763e63ce7595542237a5172138da1674293 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 07 23:01:39 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 07 23:01:39 2013 |
tree | d15fc21e5c8b2eeea6a08bce305ad738d1347090 | |
parent | 2254f2189de2e8d1f823dbf4affe90a5843dfaf2 [diff] [blame] |
Move string_split to base/strings. [email protected] Review URL: https://chromiumcodereview.appspot.com/12218059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181380 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/version.cc b/base/version.cc index 2364c6d..f7587334 100644 --- a/base/version.cc +++ b/base/version.cc
@@ -7,9 +7,9 @@ #include <algorithm> #include "base/logging.h" -#include "base/string_split.h" #include "base/string_util.h" #include "base/strings/string_number_conversions.h" +#include "base/strings/string_split.h" namespace {