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

Unified Diff: chrome/test/chromedriver/chrome/zip_internal.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.cc ('k') | chrome/test/chromedriver/chrome/zip_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/zip_internal.h
diff --git a/chrome/test/chromedriver/zip_internal.h b/chrome/test/chromedriver/chrome/zip_internal.h
similarity index 91%
rename from chrome/test/chromedriver/zip_internal.h
rename to chrome/test/chromedriver/chrome/zip_internal.h
index 6560fbd6565487f62f390b5aff146832123c7ea0..8a1f703df4dde375f38b9660762f6b24a8df6932 100644
--- a/chrome/test/chromedriver/zip_internal.h
+++ b/chrome/test/chromedriver/chrome/zip_internal.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_INTERNAL_H_
-#define CHROME_TEST_CHROMEDRIVER_ZIP_INTERNAL_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_INTERNAL_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_INTERNAL_H_
#if defined(OS_WIN)
#include <windows.h>
@@ -59,4 +59,4 @@ const int kZipBufSize = 8192;
} // namespace internal
} // namespace zip
-#endif // CHROME_TEST_CHROMEDRIVER_ZIP_INTERNAL_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_ZIP_INTERNAL_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/zip.cc ('k') | chrome/test/chromedriver/chrome/zip_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698