Index: third_party/zip/zip_reader_unittest.cc |
diff --git a/components/zip/zip_reader_unittest.cc b/third_party/zip/zip_reader_unittest.cc |
similarity index 99% |
rename from components/zip/zip_reader_unittest.cc |
rename to third_party/zip/zip_reader_unittest.cc |
index 0b4b55499953b596ce587350085cbf80f8927a0e..708117c294ba32d45806fd72b5b65df63f73c245 100644 |
--- a/components/zip/zip_reader_unittest.cc |
+++ b/third_party/zip/zip_reader_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/zip/zip_reader.h" |
+#include "base/zip/zip_reader.h" |
#include <set> |
#include <string> |
@@ -15,7 +15,7 @@ |
#include "base/platform_file.h" |
#include "base/time.h" |
#include "base/utf_string_conversions.h" |
-#include "components/zip/zip_internal.h" |
+#include "base/zip/zip_internal.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "testing/platform_test.h" |
@@ -106,7 +106,7 @@ class ZipReaderTest : public PlatformTest { |
EXPECT_TRUE(success); |
if (!success) |
return false; |
- *path = path->AppendASCII("components"); |
+ *path = path->AppendASCII("base"); |
*path = path->AppendASCII("test"); |
*path = path->AppendASCII("data"); |
return true; |