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

Unified Diff: gpu/ipc/host/shader_disk_cache.h

Issue 2830093003: Replace uses of hash_map in //base (Closed)
Patch Set: iOS Created 3 years, 8 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
Index: gpu/ipc/host/shader_disk_cache.h
diff --git a/gpu/ipc/host/shader_disk_cache.h b/gpu/ipc/host/shader_disk_cache.h
index f8d6f5eb07c367789430514efcc27df49392882b..383630de39ff73ef5e748fb172e5b9263b2fbb9f 100644
--- a/gpu/ipc/host/shader_disk_cache.h
+++ b/gpu/ipc/host/shader_disk_cache.h
@@ -10,6 +10,7 @@
#include <map>
#include <queue>
#include <string>
+#include <unordered_map>
#include "base/files/file_path.h"
#include "base/macros.h"
« no previous file with comments | « gpu/command_buffer/service/gl_utils.cc ('k') | ios/chrome/browser/ui/toolbar/web_toolbar_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698