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

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

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.h ('k') | chrome/test/chromedriver/chrome/zip_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/zip.cc
diff --git a/chrome/test/chromedriver/zip.cc b/chrome/test/chromedriver/chrome/zip.cc
similarity index 97%
rename from chrome/test/chromedriver/zip.cc
rename to chrome/test/chromedriver/chrome/zip.cc
index 2ca5ee7ee4830332ea0d0879c3e677d7759179cf..cbebc2046ebc7c73690e63602bdd5e96a52a4b47 100644
--- a/chrome/test/chromedriver/zip.cc
+++ b/chrome/test/chromedriver/chrome/zip.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/chromedriver/zip.h"
+#include "chrome/test/chromedriver/chrome/zip.h"
#include "base/bind.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/string16.h"
#include "base/string_util.h"
-#include "chrome/test/chromedriver/zip_internal.h"
-#include "chrome/test/chromedriver/zip_reader.h"
+#include "chrome/test/chromedriver/chrome/zip_internal.h"
+#include "chrome/test/chromedriver/chrome/zip_reader.h"
#include "net/base/file_stream.h"
#if defined(USE_SYSTEM_MINIZIP)
« no previous file with comments | « chrome/test/chromedriver/chrome/zip.h ('k') | chrome/test/chromedriver/chrome/zip_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698