| Index: components/update_client/url_request_post_interceptor.cc
|
| diff --git a/components/update_client/test/url_request_post_interceptor.cc b/components/update_client/url_request_post_interceptor.cc
|
| similarity index 98%
|
| rename from components/update_client/test/url_request_post_interceptor.cc
|
| rename to components/update_client/url_request_post_interceptor.cc
|
| index 4aeb7a7f5ed205d532aa6b0053bb19a0ecc60a1b..caf179a3bcd126babe5f919e5e46b67a924539c6 100644
|
| --- a/components/update_client/test/url_request_post_interceptor.cc
|
| +++ b/components/update_client/url_request_post_interceptor.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/update_client/test/url_request_post_interceptor.h"
|
| +#include "components/update_client/url_request_post_interceptor.h"
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "components/update_client/test/test_configurator.h"
|
| +#include "components/update_client/test_configurator.h"
|
| #include "net/base/upload_bytes_element_reader.h"
|
| #include "net/base/upload_data_stream.h"
|
| #include "net/url_request/url_request.h"
|
|
|