Index: components/autofill/core/browser/test_autofill_driver.h |
diff --git a/components/autofill/browser/test_autofill_driver.h b/components/autofill/core/browser/test_autofill_driver.h |
similarity index 78% |
rename from components/autofill/browser/test_autofill_driver.h |
rename to components/autofill/core/browser/test_autofill_driver.h |
index 6ad09db91b8833386889c1beede6622aab992259..b63b7a487fa5543361be2e374cd089c4313bf698 100644 |
--- a/components/autofill/browser/test_autofill_driver.h |
+++ b/components/autofill/core/browser/test_autofill_driver.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_DRIVER_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_DRIVER_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_DRIVER_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_DRIVER_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "components/autofill/browser/autofill_driver.h" |
+#include "components/autofill/core/browser/autofill_driver.h" |
#include "content/public/browser/web_contents_observer.h" |
namespace autofill { |
@@ -31,4 +31,4 @@ class TestAutofillDriver : public AutofillDriver, |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_DRIVER_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_DRIVER_H_ |