Index: chrome/test/chromedriver/chrome/zip.h |
diff --git a/chrome/test/chromedriver/zip.h b/chrome/test/chromedriver/chrome/zip.h |
similarity index 92% |
rename from chrome/test/chromedriver/zip.h |
rename to chrome/test/chromedriver/chrome/zip.h |
index 8b80e60b07208b8b7d3a123564486892824a5988..744509b31e1201e5e74aaf91c36f80c069180b29 100644 |
--- a/chrome/test/chromedriver/zip.h |
+++ b/chrome/test/chromedriver/chrome/zip.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_H_ |
-#define CHROME_TEST_CHROMEDRIVER_ZIP_H_ |
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_H_ |
+#define CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_H_ |
#include "base/callback.h" |
#include "base/files/file_path.h" |
@@ -41,4 +41,4 @@ bool Unzip(const base::FilePath& zip_file, const base::FilePath& dest_dir); |
} // namespace zip |
-#endif // CHROME_TEST_CHROMEDRIVER_ZIP_H_ |
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_H_ |