| Index: components/zip/zip_reader.cc
|
| diff --git a/chrome/common/zip_reader.cc b/components/zip/zip_reader.cc
|
| similarity index 99%
|
| rename from chrome/common/zip_reader.cc
|
| rename to components/zip/zip_reader.cc
|
| index eb2ba98fbe5332c5f5aef70ad18b8a8f4614c2e2..9cb369571770914c0dac995b6733097eb76380dd 100644
|
| --- a/chrome/common/zip_reader.cc
|
| +++ b/components/zip/zip_reader.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 "chrome/common/zip_reader.h"
|
| +#include "components/zip/zip_reader.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/common/zip_internal.h"
|
| +#include "components/zip/zip_internal.h"
|
| #include "net/base/file_stream.h"
|
|
|
| #if defined(USE_SYSTEM_MINIZIP)
|
|
|