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

Unified Diff: chrome/browser/extensions/api/log_private/filter_handler.cc

Issue 1615713003: Allow std::unordered_*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leak_detector fixes and git cl format 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 | « chrome/browser/devtools/devtools_file_watcher.cc ('k') | chrome/browser/google/google_brand.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/log_private/filter_handler.cc
diff --git a/chrome/browser/extensions/api/log_private/filter_handler.cc b/chrome/browser/extensions/api/log_private/filter_handler.cc
index 6965932dc70503e8c85e7fb205c29a74d22cd77b..02c130695f0bb987760a896dd582d684c99f86fe 100644
--- a/chrome/browser/extensions/api/log_private/filter_handler.cc
+++ b/chrome/browser/extensions/api/log_private/filter_handler.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/extensions/api/log_private/filter_handler.h"
+#include <algorithm>
#include <string>
#include <vector>
« no previous file with comments | « chrome/browser/devtools/devtools_file_watcher.cc ('k') | chrome/browser/google/google_brand.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698