commit | 14c1c23d5a714bbf1769ecae6562a97f3b82fd82 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 17:52:44 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 17:52:44 2013 |
tree | 06e02c7760bb3dfc4a563c5149cc99dba8056389 | |
parent | e040c24bb90563eb76c7a521ad485499d5217641 [diff] [blame] |
Rename base/hash_tables to base/containers/hash_tables. Remove forwarding header BUG= [email protected] Review URL: https://codereview.chromium.org/16667019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205584 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h index 608c526..5b113b61 100644 --- a/net/quic/quic_protocol.h +++ b/net/quic/quic_protocol.h
@@ -15,7 +15,7 @@ #include <vector> #include "base/basictypes.h" -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/logging.h" #include "base/strings/string_piece.h" #include "net/base/int128.h"