summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/url_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/url_fetcher.h')
-rw-r--r--chrome/browser/net/url_fetcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/net/url_fetcher.h b/chrome/browser/net/url_fetcher.h
index 2d581f4..35fc37d 100644
--- a/chrome/browser/net/url_fetcher.h
+++ b/chrome/browser/net/url_fetcher.h
@@ -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 @@ class URLFetcher {
// Returns the delegate.
Delegate* delegate() const;
+ // Used by tests.
+ const std::string& upload_data() const;
+
private:
class Core;