Index: chrome/browser/autofill/test_autofill_external_delegate.h |
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h |
deleted file mode 100644 |
index 19e147345ffecda0f9c176cfface51357f25de3e..0000000000000000000000000000000000000000 |
--- a/chrome/browser/autofill/test_autofill_external_delegate.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_ |
-#define CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_ |
- |
-#include "chrome/browser/autofill/autofill_external_delegate.h" |
- |
-class AutofillManager; |
- |
-namespace autofill { |
- |
-// Calls the required functions on the given external delegate to cause the |
-// delegate to display a popup. |
-void GenerateTestAutofillPopup( |
- AutofillExternalDelegate* autofill_external_delegate); |
- |
-} // namespace autofill |
- |
-#endif // CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_ |