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

Unified Diff: third_party/zip/zip_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
« third_party/zip/zip_reader.h ('K') | « third_party/zip/zip_reader_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zip/zip_unittest.cc
diff --git a/components/zip/zip_unittest.cc b/third_party/zip/zip_unittest.cc
similarity index 98%
rename from components/zip/zip_unittest.cc
rename to third_party/zip/zip_unittest.cc
index b314e8cd8f131371e4237218c7935e5f8787e241..7b3e885acc8425445aebaf253359ed47aa489940 100644
--- a/components/zip/zip_unittest.cc
+++ b/third_party/zip/zip_unittest.cc
@@ -10,8 +10,8 @@
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "base/string_util.h"
-#include "components/zip/zip.h"
-#include "components/zip/zip_reader.h"
+#include "base/zip/zip.h"
+#include "base/zip/zip_reader.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
@@ -54,7 +54,7 @@ class ZipTest : 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;
« third_party/zip/zip_reader.h ('K') | « third_party/zip/zip_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698