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

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

Issue 313073002: Clean-up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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.cc
diff --git a/chrome/browser/safe_browsing/prefix_set.cc b/chrome/browser/safe_browsing/prefix_set.cc
index 21335e156373d309a4e2a3c4be72ce7c3ee36cc2..d5fa90cf58b4f59b833ca9069063b17a2ed16304 100644
--- a/chrome/browser/safe_browsing/prefix_set.cc
+++ b/chrome/browser/safe_browsing/prefix_set.cc
@@ -4,8 +4,8 @@
#include "chrome/browser/safe_browsing/prefix_set.h"
-#include <algorithm>
#include <math.h>
Scott Hess - ex-Googler 2014/06/04 16:19:08 Is math.h even necessary? I don't see anything ob
jaekyeom 2014/06/05 11:58:57 Done.
+#include <algorithm>
#include "base/file_util.h"
#include "base/files/scoped_file.h"

Powered by Google App Engine
This is Rietveld 408576698