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

Unified Diff: content/public/test/test_file_error_injector.cc

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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: content/public/test/test_file_error_injector.cc
diff --git a/content/public/test/test_file_error_injector.cc b/content/public/test/test_file_error_injector.cc
index 842213f4a9273a23194f94e12a12b4579d027b9c..482720544381d78ca52bc9574a30b847b582c923 100644
--- a/content/public/test/test_file_error_injector.cc
+++ b/content/public/test/test_file_error_injector.cc
@@ -18,6 +18,10 @@
#include "content/public/browser/browser_thread.h"
#include "url/gurl.h"
+namespace net {
+class NetLogWithSource;
+}
+
namespace content {
class ByteStreamReader;

Powered by Google App Engine
This is Rietveld 408576698