| Index: components/rappor/log_uploader_unittest.cc
|
| diff --git a/components/rappor/log_uploader_unittest.cc b/components/rappor/log_uploader_unittest.cc
|
| index 46db7dbb403ad8f7146704a25669f91222cbf2a9..7077a05e41d00096f75e21d13b7b651a2dbe2559 100644
|
| --- a/components/rappor/log_uploader_unittest.cc
|
| +++ b/components/rappor/log_uploader_unittest.cc
|
| @@ -2,8 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Change for readability
|
| +
|
| #include "components/rappor/log_uploader.h"
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_request_test_util.h"
|
|
|