diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
commit | 1988e1c713ab03bc49142fa95ef50841ea079af0 (patch) | |
tree | 1d751dded4b383c01e167b5329655d5ab65e4f6e /chrome/browser/chromeos/camera_detector.cc | |
parent | 9875ede098776c2bc7684a72ee0f7392588bde71 (diff) | |
download | chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.zip chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.gz chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.bz2 |
chrome: Update include paths of string_split.h to its new location.
BUG=175186
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12378016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/camera_detector.cc')
-rw-r--r-- | chrome/browser/chromeos/camera_detector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/camera_detector.cc b/chrome/browser/chromeos/camera_detector.cc index 34bf8c2..e7fddb9 100644 --- a/chrome/browser/chromeos/camera_detector.cc +++ b/chrome/browser/chromeos/camera_detector.cc @@ -7,8 +7,8 @@ #include "base/bind.h" #include "base/file_util.h" #include "base/location.h" -#include "base/string_split.h" #include "base/string_util.h" +#include "base/strings/string_split.h" #include "base/task_runner_util.h" #include "base/threading/sequenced_worker_pool.h" #include "chrome/browser/storage_monitor/udev_util_linux.h" |