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

Unified Diff: components/update_client/test_installer.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
« no previous file with comments | « components/update_client/action_update.cc ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/test_installer.h
diff --git a/components/update_client/test_installer.h b/components/update_client/test_installer.h
index 97e582ee8b86fc2148da6caae48c2ab682989a67..1b5bea0bda11710b37f46b57ac2a07d74cd3a6ae 100644
--- a/components/update_client/test_installer.h
+++ b/components/update_client/test_installer.h
@@ -25,8 +25,8 @@ class TestInstaller : public CrxInstaller {
void OnUpdateError(int error) override;
- bool Install(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path) override;
+ Result Install(const base::DictionaryValue& manifest,
+ const base::FilePath& unpack_path) override;
bool GetInstalledFile(const std::string& file,
base::FilePath* installed_file) override;
@@ -65,8 +65,8 @@ class VersionedTestInstaller : public TestInstaller {
public:
VersionedTestInstaller();
- bool Install(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path) override;
+ Result Install(const base::DictionaryValue& manifest,
+ const base::FilePath& unpack_path) override;
bool GetInstalledFile(const std::string& file,
base::FilePath* installed_file) override;
« no previous file with comments | « components/update_client/action_update.cc ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698