Index: net/base/directory_lister.h |
=================================================================== |
--- net/base/directory_lister.h (revision 95949) |
+++ net/base/directory_lister.h (working copy) |
@@ -12,7 +12,7 @@ |
#include "base/file_util.h" |
#include "base/message_loop_proxy.h" |
#include "base/memory/ref_counted.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
namespace net { |
@@ -23,7 +23,7 @@ |
// structs over to the main application thread. The consumer of this class |
// is insulated from any of the multi-threading details. |
// |
-class NET_API DirectoryLister { |
+class NET_EXPORT DirectoryLister { |
public: |
// Represents one file found. |
struct DirectoryListerData { |