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

Side by Side Diff: components/update_client/test_installer.h

Issue 2266533002: Consistently use namespaced base::Version in components/update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « components/update_client/crx_update_item.h ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_ 5 #ifndef COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_
6 #define COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_ 6 #define COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 bool Install(const base::DictionaryValue& manifest, 68 bool Install(const base::DictionaryValue& manifest,
69 const base::FilePath& unpack_path) override; 69 const base::FilePath& unpack_path) override;
70 70
71 bool GetInstalledFile(const std::string& file, 71 bool GetInstalledFile(const std::string& file,
72 base::FilePath* installed_file) override; 72 base::FilePath* installed_file) override;
73 73
74 private: 74 private:
75 ~VersionedTestInstaller() override; 75 ~VersionedTestInstaller() override;
76 76
77 base::FilePath install_directory_; 77 base::FilePath install_directory_;
78 Version current_version_; 78 base::Version current_version_;
79 }; 79 };
80 80
81 } // namespace update_client 81 } // namespace update_client
82 82
83 #endif // COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_ 83 #endif // COMPONENTS_UPDATE_CLIENT_TEST_INSTALLER_H_
OLDNEW
« no previous file with comments | « components/update_client/crx_update_item.h ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698