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

Unified Diff: components/autofill/browser/test_autofill_external_delegate.h

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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: components/autofill/browser/test_autofill_external_delegate.h
diff --git a/components/autofill/browser/test_autofill_external_delegate.h b/components/autofill/browser/test_autofill_external_delegate.h
deleted file mode 100644
index 637bffd282c35ec16c40a7accd657f0af6967576..0000000000000000000000000000000000000000
--- a/components/autofill/browser/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 COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
-#define COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
-
-#include "components/autofill/browser/autofill_external_delegate.h"
-
-namespace autofill {
-
-class AutofillManager;
-
-// 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 // COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
« no previous file with comments | « components/autofill/browser/test_autofill_driver.cc ('k') | components/autofill/browser/test_autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698