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

Unified Diff: chrome/browser/autocomplete/shortcuts_provider.h

Issue 10071036: RefCounted types should not have public destructors, chrome/browser/ part 6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation fixes Created 8 years, 8 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: chrome/browser/autocomplete/shortcuts_provider.h
diff --git a/chrome/browser/autocomplete/shortcuts_provider.h b/chrome/browser/autocomplete/shortcuts_provider.h
index 46260de35c689a2de11dc64e8c10bab03042bce1..50c2e30c9e88b3222c76299f756ad35ad4947a28 100644
--- a/chrome/browser/autocomplete/shortcuts_provider.h
+++ b/chrome/browser/autocomplete/shortcuts_provider.h
@@ -26,7 +26,6 @@ class ShortcutsProvider
public history::ShortcutsBackend::ShortcutsBackendObserver {
public:
ShortcutsProvider(ACProviderListener* listener, Profile* profile);
- virtual ~ShortcutsProvider();
// Performs the autocompletion synchronously. Since no asynch completion is
// performed |minimal_changes| is ignored.
@@ -41,6 +40,8 @@ class ShortcutsProvider
FRIEND_TEST_ALL_PREFIXES(ShortcutsProviderTest, CalculateScore);
FRIEND_TEST_ALL_PREFIXES(ShortcutsProviderTest, DeleteMatch);
+ virtual ~ShortcutsProvider();
+
// ShortcutsBackendObserver:
virtual void OnShortcutsLoaded() OVERRIDE;
« no previous file with comments | « chrome/browser/autocomplete/history_quick_provider.cc ('k') | chrome/browser/autocomplete/shortcuts_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698