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

Unified Diff: components/zip/zip_reader.h

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: components/zip/zip_reader.h
diff --git a/chrome/common/zip_reader.h b/components/zip/zip_reader.h
similarity index 98%
rename from chrome/common/zip_reader.h
rename to components/zip/zip_reader.h
index ff4d4431df27c25b05ac6458bd9058cf555cad39..0bb171c5c70f0d0936ccee69ccf2f8399b432567 100644
--- a/chrome/common/zip_reader.h
+++ b/components/zip/zip_reader.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_ZIP_READER_H_
-#define CHROME_COMMON_ZIP_READER_H_
+#ifndef COMPONENTS_ZIP_ZIP_READER_H_
+#define COMPONENTS_ZIP_ZIP_READER_H_
#include <string>
@@ -174,4 +174,4 @@ class ZipReader {
} // namespace zip
-#endif // CHROME_COMMON_ZIP_READER_H_
+#endif // COMPONENTS_ZIP_ZIP_READER_H_

Powered by Google App Engine
This is Rietveld 408576698