Index: chrome/test/chromedriver/chrome/version.h |
diff --git a/chrome/test/chromedriver/version.h b/chrome/test/chromedriver/chrome/version.h |
similarity index 67% |
rename from chrome/test/chromedriver/version.h |
rename to chrome/test/chromedriver/chrome/version.h |
index 82761667a8584abdd35f7e9c2cbbc588b3ee8f25..0422ea2c267759e27c56275d92a0b1eb46bb8d33 100644 |
--- a/chrome/test/chromedriver/version.h |
+++ b/chrome/test/chromedriver/chrome/version.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_VERSION_H_ |
-#define CHROME_TEST_CHROMEDRIVER_VERSION_H_ |
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_VERSION_H_ |
+#define CHROME_TEST_CHROMEDRIVER_CHROME_VERSION_H_ |
#include <string> |
@@ -12,4 +12,4 @@ extern const int kMinimumSupportedChromeBuildNo; |
std::string GetMinimumSupportedChromeVersion(); |
-#endif // CHROME_TEST_CHROMEDRIVER_VERSION_H_ |
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_VERSION_H_ |