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

Side by Side Diff: components/download/internal/test/entry_utils.h

Issue 2870753003: Add a Model to the download component. (Closed)
Patch Set: Renamed test base class 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_DOWNLOAD_INTERNAL_TEST_ENTRY_UTILS_H_
6 #define COMPONENTS_DOWNLOAD_INTERNAL_TEST_ENTRY_UTILS_H_
7
8 #include <string>
9 #include <vector>
10
11 #include "components/download/internal/entry.h"
12
13 namespace download {
14 namespace test {
15
16 bool SuperficialEntryCompare(const Entry* const& expected,
17 const Entry* const& actual);
18
19 bool SuperficialEntryListCompare(const std::vector<Entry*>& a,
20 const std::vector<Entry*>& b);
21
22 Entry BuildEntry(DownloadClient client, const std::string& guid);
23
24 } // namespace test
25 } // namespace download
26
27 #endif // COMPONENTS_DOWNLOAD_INTERNAL_TEST_ENTRY_UTILS_H_
OLDNEW
« no previous file with comments | « components/download/internal/test/BUILD.gn ('k') | components/download/internal/test/entry_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698