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

Unified Diff: components/omnibox/browser/shortcuts_backend.h

Issue 1654833005: Componentizes shortcuts unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 20% Created 4 years, 11 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/omnibox/browser/shortcuts_backend.h
diff --git a/components/omnibox/browser/shortcuts_backend.h b/components/omnibox/browser/shortcuts_backend.h
index a2fde3fab149be88a07b74c38bbcf7681b34886a..1d4202ac338e1a15672ff63fe1497b5f20499b5d 100644
--- a/components/omnibox/browser/shortcuts_backend.h
+++ b/components/omnibox/browser/shortcuts_backend.h
@@ -89,6 +89,7 @@ class ShortcutsBackend : public RefcountedKeyedService,
private:
friend class base::RefCountedThreadSafe<ShortcutsBackend>;
+ friend class ShortcutsProviderExtensionTest;
friend class ShortcutsProviderTest;
friend class ShortcutsBackendTest;
FRIEND_TEST_ALL_PREFIXES(ShortcutsBackendTest, EntitySuggestionTest);

Powered by Google App Engine
This is Rietveld 408576698