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

Unified Diff: chrome/test/chromedriver/chrome/chrome_finder_unittest.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/chrome_finder_mac.mm ('k') | chrome/test/chromedriver/chrome/chrome_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/chrome_finder_unittest.cc
diff --git a/chrome/test/chromedriver/chrome_finder_unittest.cc b/chrome/test/chromedriver/chrome/chrome_finder_unittest.cc
similarity index 98%
rename from chrome/test/chromedriver/chrome_finder_unittest.cc
rename to chrome/test/chromedriver/chrome/chrome_finder_unittest.cc
index 7815c7ee80aabc7f6e6c253c1ef219fed799547e..584fe923e4042c7837f680cf67b0b316c4671b88 100644
--- a/chrome/test/chromedriver/chrome_finder_unittest.cc
+++ b/chrome/test/chromedriver/chrome/chrome_finder_unittest.cc
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/files/file_path.h"
-#include "chrome/test/chromedriver/chrome_finder.h"
+#include "chrome/test/chromedriver/chrome/chrome_finder.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_finder_mac.mm ('k') | chrome/test/chromedriver/chrome/chrome_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698