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

Unified Diff: net/base/parse_number.h

Issue 2531373002: net: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years, 1 month 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: net/base/parse_number.h
diff --git a/net/base/parse_number.h b/net/base/parse_number.h
index dc66fb6d8b5e1021fe9d90eea9305194c4af273b..0b4cfc1f8e34a19982df2a0d15e3181eceece909 100644
--- a/net/base/parse_number.h
+++ b/net/base/parse_number.h
@@ -27,8 +27,6 @@
// This API tries to avoid these problems by picking sensible defaults for
// //net code. For more details see crbug.com/596523.
-class GURL;
-
namespace net {
// Format to use when parsing integers.

Powered by Google App Engine
This is Rietveld 408576698