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

Unified Diff: net/base/directory_lister.h

Issue 1135793006: [net/base] Forward declaration of classes instead of including header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Review Comments Created 5 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
« no previous file with comments | « no previous file | net/base/directory_lister.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.h
diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h
index 02f24dfbe3448c8bac5cef5ab79a5a6f6daf48df..2b43c1d51ac0ac902bb2b5b87189c036bad5819a 100644
--- a/net/base/directory_lister.h
+++ b/net/base/directory_lister.h
@@ -13,9 +13,12 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop/message_loop_proxy.h"
#include "net/base/net_export.h"
+namespace base {
+class MessageLoopProxy;
+}
+
namespace net {
// This class provides an API for asynchronously listing the contents of a
« no previous file with comments | « no previous file | net/base/directory_lister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698