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

Unified Diff: chrome/test/chromedriver/chrome/zip_reader.h

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and fix compile error on mac. 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
« no previous file with comments | « chrome/test/chromedriver/chrome/zip_internal.cc ('k') | chrome/test/chromedriver/chrome/zip_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/zip_reader.h
diff --git a/chrome/test/chromedriver/zip_reader.h b/chrome/test/chromedriver/chrome/zip_reader.h
similarity index 97%
rename from chrome/test/chromedriver/zip_reader.h
rename to chrome/test/chromedriver/chrome/zip_reader.h
index 8f7261b033a37a764b32b5624454653f7d36e977..67bd31910f2b36edea55248932dbb367d6a9dd5b 100644
--- a/chrome/test/chromedriver/zip_reader.h
+++ b/chrome/test/chromedriver/chrome/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_TEST_CHROMEDRIVER_ZIP_READER_H_
-#define CHROME_TEST_CHROMEDRIVER_ZIP_READER_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_READER_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_READER_H_
#include <string>
@@ -174,4 +174,4 @@ class ZipReader {
} // namespace zip
-#endif // CHROME_TEST_CHROMEDRIVER_ZIP_READER_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_READER_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/zip_internal.cc ('k') | chrome/test/chromedriver/chrome/zip_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698