Commit 3747c3ae authored by b.kelemen's avatar b.kelemen Committed by Commit bot

Fix build with gcc after #313406

Multiple friend declaration is causing warning with gcc 4.8.2 (at least).

Review URL: https://codereview.chromium.org/874933003

Cr-Commit-Position: refs/heads/master@{#313657}
parent d7e09cdd
...@@ -91,9 +91,6 @@ class InMemoryHistoryBackend : public HistoryServiceObserver { ...@@ -91,9 +91,6 @@ class InMemoryHistoryBackend : public HistoryServiceObserver {
void OnKeywordSearchTermDeleted(HistoryService* history_service, void OnKeywordSearchTermDeleted(HistoryService* history_service,
URLID url_id) override; URLID url_id) override;
private:
FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
// Handler for HISTORY_URL_VISITED and HISTORY_URLS_MODIFIED. // Handler for HISTORY_URL_VISITED and HISTORY_URLS_MODIFIED.
void OnURLVisitedOrModified(const URLRow& url_row); void OnURLVisitedOrModified(const URLRow& url_row);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment