diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
commit | 57999817d30c384de8974a2c64c0356e71fde63c (patch) | |
tree | eea7cbd7cd2a1226d4d7e0b983d01268334dc2ba /third_party | |
parent | 8701de1793a2c3fdf0f596aee8ec93c61c00bf2e (diff) | |
download | chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.zip chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.gz chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.bz2 |
Move file_path.h to base/files.
TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/leveldatabase/env_chromium.cc | 6 | ||||
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm_common.h | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/third_party/leveldatabase/env_chromium.cc b/third_party/leveldatabase/env_chromium.cc index 7651c9c..45242ac 100644 --- a/third_party/leveldatabase/env_chromium.cc +++ b/third_party/leveldatabase/env_chromium.cc @@ -2,12 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. -#include <deque> #include <errno.h> #include <stdio.h> + +#include <deque> + #include "base/at_exit.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/lazy_instance.h" #include "base/memory/ref_counted.h" #include "base/message_loop.h" diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index 8f13bc1..e782c3b 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -5,7 +5,7 @@ #ifndef WIDEVINE_CDM_COMMON_H_INCLUDED_ #define WIDEVINE_CDM_COMMON_H_INCLUDED_ -#include "base/file_path.h" +#include "base/files/file_path.h" // This file defines constants common to all Widevine CDM versions. |