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

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

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (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: 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_

Powered by Google App Engine
This is Rietveld 408576698