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

Unified Diff: components/autofill/browser/autofill_manager_test_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/autofill_manager_test_delegate.h
diff --git a/components/autofill/browser/autofill_manager_test_delegate.h b/components/autofill/browser/autofill_manager_test_delegate.h
deleted file mode 100644
index ac48b7fa2f1263bdd0ffb3298ef1b7e4f23ba6cb..0000000000000000000000000000000000000000
--- a/components/autofill/browser/autofill_manager_test_delegate.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2013 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_AUTOFILL_MANAGER_TEST_DELEGATE_H_
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_MANAGER_TEST_DELEGATE_H_
-
-namespace autofill {
-
-class AutofillManagerTestDelegate {
- public:
- virtual ~AutofillManagerTestDelegate() {}
-
- // Called when a form is previewed with Autofill suggestions.
- virtual void DidPreviewFormData() = 0;
-
- // Called when a form is filled with Autofill suggestions.
- virtual void DidFillFormData() = 0;
-
- // Called when a popup with Autofill suggestions is shown.
- virtual void DidShowSuggestions() = 0;
-};
-
-} // namespace autofill
-
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_MANAGER_TEST_DELEGATE_H_
« no previous file with comments | « components/autofill/browser/autofill_manager_delegate.h ('k') | components/autofill/browser/autofill_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698