| Index: chrome/browser/tracing/crash_service_uploader.h
|
| diff --git a/chrome/browser/tracing/crash_service_uploader.h b/chrome/browser/tracing/crash_service_uploader.h
|
| index 6b7ffd62de6be0ef38d625af32983b4dd6f17b6a..d6adc35dfcad13e705c8ff8e9bdc390795342aa5 100644
|
| --- a/chrome/browser/tracing/crash_service_uploader.h
|
| +++ b/chrome/browser/tracing/crash_service_uploader.h
|
| @@ -9,7 +9,6 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -22,13 +21,6 @@ class URLFetcher;
|
| class URLRequestContextGetter;
|
| } // namespace net
|
|
|
| -namespace {
|
| -
|
| -// Allow up to 10MB for trace upload
|
| -const int kMaxUploadBytes = 10000000;
|
| -
|
| -} // namespace
|
| -
|
| // TraceCrashServiceUploader uploads traces to the Chrome crash service.
|
| class TraceCrashServiceUploader : public content::TraceUploader,
|
| public net::URLFetcherDelegate {
|
|
|