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

Unified Diff: chrome/test/chromedriver/chrome/devtools_client.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
Index: chrome/test/chromedriver/chrome/devtools_client.h
diff --git a/chrome/test/chromedriver/devtools_client.h b/chrome/test/chromedriver/chrome/devtools_client.h
similarity index 88%
rename from chrome/test/chromedriver/devtools_client.h
rename to chrome/test/chromedriver/chrome/devtools_client.h
index d5e838f16f467c81a53d9941c477ad603ddcb343..a87a161dc710524d99b4e5c8a977c0ece75b032a 100644
--- a/chrome/test/chromedriver/devtools_client.h
+++ b/chrome/test/chromedriver/chrome/devtools_client.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_DEVTOOLS_CLIENT_H_
-#define CHROME_TEST_CHROMEDRIVER_DEVTOOLS_CLIENT_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_CLIENT_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_CLIENT_H_
#include <string>
@@ -45,4 +45,4 @@ class DevToolsClient {
virtual Status HandleReceivedEvents();
};
-#endif // CHROME_TEST_CHROMEDRIVER_DEVTOOLS_CLIENT_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_CLIENT_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_impl_unittest.cc ('k') | chrome/test/chromedriver/chrome/devtools_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698