| Index: chrome/browser/net/url_fetcher.h
|
| ===================================================================
|
| --- chrome/browser/net/url_fetcher.h (revision 37411)
|
| +++ chrome/browser/net/url_fetcher.h (working copy)
|
| @@ -10,6 +10,8 @@
|
| #ifndef CHROME_BROWSER_NET_URL_FETCHER_H_
|
| #define CHROME_BROWSER_NET_URL_FETCHER_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/leak_tracker.h"
|
| #include "base/message_loop.h"
|
| #include "base/ref_counted.h"
|
| @@ -148,6 +150,9 @@
|
| // Returns the delegate.
|
| Delegate* delegate() const;
|
|
|
| + // Used by tests.
|
| + const std::string& upload_data() const;
|
| +
|
| private:
|
| class Core;
|
|
|
|
|