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

Unified Diff: chrome/browser/devtools/devtools_file_watcher.cc

Issue 1502373009: Allow std::unordered_*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more HashPair -> HashInts Created 4 years, 11 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 | « cc/tiles/image_decode_controller.h ('k') | chrome/browser/extensions/api/log_private/filter_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_file_watcher.cc
diff --git a/chrome/browser/devtools/devtools_file_watcher.cc b/chrome/browser/devtools/devtools_file_watcher.cc
index bfc4906c7360e4a2b632161238d21e9fea5dff54..d966de5f4d3aeb7870c7472d8007239521881f81 100644
--- a/chrome/browser/devtools/devtools_file_watcher.cc
+++ b/chrome/browser/devtools/devtools_file_watcher.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/devtools/devtools_file_watcher.h"
+#include <algorithm>
#include <map>
#include <set>
« no previous file with comments | « cc/tiles/image_decode_controller.h ('k') | chrome/browser/extensions/api/log_private/filter_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698