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

Unified Diff: components/history/core/browser/history_backend.h

Issue 2901093009: [USS] Implement GetAllData and GetStorageKey. (Closed)
Patch Set: add include Created 3 years, 7 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/history/core/browser/history_backend.h
diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
index 59c58389c1294a9e956c3e76b35e0a53240313c8..fd1faccc2f7627269a4c8e0a97f172be156755b7 100644
--- a/components/history/core/browser/history_backend.h
+++ b/components/history/core/browser/history_backend.h
@@ -578,6 +578,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
FRIEND_TEST_ALL_PREFIXES(ProfileSyncServiceTypedUrlTest,
ProcessUserChangeRemove);
friend class ::TestingProfile;
+ friend class TypedURLSyncBridgeTest;
pavely 2017/05/30 14:25:40 I assume you make TypedURLSyncBridgeTest a friend
Gang Wu 2017/05/31 00:17:32 Done.
// Returns the name of the Favicons database. This is the new name
// of the Thumbnails database.

Powered by Google App Engine
This is Rietveld 408576698