Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2044)

Unified Diff: net/disk_cache/v3/backend_worker.h

Issue 16667019: Rename base/hash_tables to base/containers/hash_tables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/v3/backend_impl_v3.h ('k') | net/http/http_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/v3/backend_worker.h
diff --git a/net/disk_cache/v3/backend_worker.h b/net/disk_cache/v3/backend_worker.h
index c513263043e60e74d9bc9f1797394da8cc26f1fa..dd0affd9ed08e334b2e8ba9450b58b02aad59598 100644
--- a/net/disk_cache/v3/backend_worker.h
+++ b/net/disk_cache/v3/backend_worker.h
@@ -7,8 +7,8 @@
#ifndef NET_DISK_CACHE_BACKEND_IMPL_H_
#define NET_DISK_CACHE_BACKEND_IMPL_H_
+#include "base/containers/hash_tables.h"
#include "base/files/file_path.h"
-#include "base/hash_tables.h"
#include "base/timer.h"
#include "net/disk_cache/block_files.h"
#include "net/disk_cache/disk_cache.h"
« no previous file with comments | « net/disk_cache/v3/backend_impl_v3.h ('k') | net/http/http_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698