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

Unified Diff: chrome/browser/safe_browsing/prefix_set_unittest.cc

Issue 313073002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chrome/browser/safe_browsing/prefix_set_unittest.cc
diff --git a/chrome/browser/safe_browsing/prefix_set_unittest.cc b/chrome/browser/safe_browsing/prefix_set_unittest.cc
index e537ad918257ecf88826c9d867463db60fc5cfe7..ccfce9386f6e63a80b4d5225617e2ef9f7019b94 100644
--- a/chrome/browser/safe_browsing/prefix_set_unittest.cc
+++ b/chrome/browser/safe_browsing/prefix_set_unittest.cc
@@ -6,6 +6,9 @@
#include <algorithm>
#include <iterator>
+#include <set>
+#include <string>
+#include <utility>
Scott Hess - ex-Googler 2014/06/04 16:19:08 You already added utility to prefix_set.h.
jaekyeom 2014/06/05 11:58:57 Done.
#include "base/file_util.h"
#include "base/files/scoped_file.h"
« chrome/browser/safe_browsing/prefix_set.cc ('K') | « chrome/browser/safe_browsing/prefix_set.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698