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

Unified Diff: chrome/test/chromedriver/chrome/stub_devtools_client.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
Index: chrome/test/chromedriver/chrome/stub_devtools_client.cc
diff --git a/chrome/test/chromedriver/stub_devtools_client.cc b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
similarity index 90%
rename from chrome/test/chromedriver/stub_devtools_client.cc
rename to chrome/test/chromedriver/chrome/stub_devtools_client.cc
index 64f643ae647d2ca08f9a19e5a0ac8c541d5210fd..629ff29c77a0fe1b7968a0c763e25e889d969adc 100644
--- a/chrome/test/chromedriver/stub_devtools_client.cc
+++ b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/chromedriver/stub_devtools_client.h"
+#include "chrome/test/chromedriver/chrome/stub_devtools_client.h"
#include "base/values.h"
-#include "chrome/test/chromedriver/status.h"
+#include "chrome/test/chromedriver/chrome/status.h"
StubDevToolsClient::StubDevToolsClient() {}
« no previous file with comments | « chrome/test/chromedriver/chrome/stub_devtools_client.h ('k') | chrome/test/chromedriver/chrome/stub_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698