Index: chrome/test/chromedriver/chrome/status.h |
diff --git a/chrome/test/chromedriver/status.h b/chrome/test/chromedriver/chrome/status.h |
similarity index 89% |
rename from chrome/test/chromedriver/status.h |
rename to chrome/test/chromedriver/chrome/status.h |
index 3ba7ee5a732cd4746c1efd78d386317ee6816805..a3ae68f3fc60b842c4e37b2dea268b6ef38c1e78 100644 |
--- a/chrome/test/chromedriver/status.h |
+++ b/chrome/test/chromedriver/chrome/status.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_STATUS_H_ |
-#define CHROME_TEST_CHROMEDRIVER_STATUS_H_ |
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_STATUS_H_ |
+#define CHROME_TEST_CHROMEDRIVER_CHROME_STATUS_H_ |
#include <string> |
@@ -55,4 +55,4 @@ class Status { |
std::string msg_; |
}; |
-#endif // CHROME_TEST_CHROMEDRIVER_STATUS_H_ |
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_STATUS_H_ |