diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 17:52:44 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 17:52:44 +0000 |
commit | 14c1c23d5a714bbf1769ecae6562a97f3b82fd82 (patch) | |
tree | 06e02c7760bb3dfc4a563c5149cc99dba8056389 /base/files | |
parent | e040c24bb90563eb76c7a521ad485499d5217641 (diff) | |
download | chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.zip chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.tar.gz chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.tar.bz2 |
Rename base/hash_tables to base/containers/hash_tables.
Remove forwarding header
BUG=
R=avi@chromium.org
Review URL: https://codereview.chromium.org/16667019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/files')
-rw-r--r-- | base/files/file_path.h | 2 | ||||
-rw-r--r-- | base/files/file_path_watcher_linux.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/files/file_path.h b/base/files/file_path.h index 876cf03..0fb2285 100644 --- a/base/files/file_path.h +++ b/base/files/file_path.h @@ -108,7 +108,7 @@ #include "base/base_export.h" #include "base/compiler_specific.h" -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/strings/string16.h" #include "base/strings/string_piece.h" // For implicit conversions. #include "build/build_config.h" diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc index b715d69..8cf95ed 100644 --- a/base/files/file_path_watcher_linux.cc +++ b/base/files/file_path_watcher_linux.cc @@ -17,9 +17,9 @@ #include <vector> #include "base/bind.h" +#include "base/containers/hash_tables.h" #include "base/file_util.h" #include "base/files/file_path.h" -#include "base/hash_tables.h" #include "base/lazy_instance.h" #include "base/location.h" #include "base/logging.h" |