Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: third_party/zip/zip_reader_unittest.cc

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698