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

Unified Diff: chrome/test/chromedriver/chrome/chrome.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/chrome.h
diff --git a/chrome/test/chromedriver/chrome.h b/chrome/test/chromedriver/chrome/chrome.h
similarity index 86%
rename from chrome/test/chromedriver/chrome.h
rename to chrome/test/chromedriver/chrome/chrome.h
index 915828fb0f33df74bf77ece87e5178a02b5a193a..85ac7fa0c6d8d8029ede9e1490afb10e9fb35fb7 100644
--- a/chrome/test/chromedriver/chrome.h
+++ b/chrome/test/chromedriver/chrome/chrome.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_CHROME_H_
-#define CHROME_TEST_CHROMEDRIVER_CHROME_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_H_
#include <list>
#include <string>
@@ -37,4 +37,4 @@ class Chrome {
virtual Status Quit() = 0;
};
-#endif // CHROME_TEST_CHROMEDRIVER_CHROME_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/adb_commands.py ('k') | chrome/test/chromedriver/chrome/chrome_android_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698