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

Unified Diff: components/update_client/test_installer.h

Issue 1281313003: base: Remove using:: declaration from version.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 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 side-by-side diff with in-line comments
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 »
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 44a6f280346ff9b1465bef080a56d6c95e45e287..17ea2901a1b7424fb408de3541c5692eca9f21d6 100644
--- a/components/update_client/test_installer.h
+++ b/components/update_client/test_installer.h
@@ -76,7 +76,7 @@ class VersionedTestInstaller : public TestInstaller {
~VersionedTestInstaller() override;
base::FilePath install_directory_;
- Version current_version_;
+ base::Version current_version_;
};
} // namespace update_client
« 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