| Index: components/rappor/log_uploader.h
|
| diff --git a/components/rappor/log_uploader.h b/components/rappor/log_uploader.h
|
| index 30a129a5b3fcc0c877c0fe4c7306402198fa4687..022b41f3c3b81dcf90dc4dc10e27cfda07cbf850 100644
|
| --- a/components/rappor/log_uploader.h
|
| +++ b/components/rappor/log_uploader.h
|
| @@ -2,12 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Change for readability
|
| +
|
| #ifndef COMPONENTS_RAPPOR_LOG_UPLOADER_H_
|
| #define COMPONENTS_RAPPOR_LOG_UPLOADER_H_
|
|
|
| #include <queue>
|
| #include <string>
|
|
|
| +#include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
|
|