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

Unified Diff: gpu/config/gpu_info.cc

Issue 2258273002: Consistently use namespaced base::Version in gpu/ code. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_info.h ('k') | gpu/config/gpu_info_collector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_info.cc
diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc
index 58a871f765b817254b5239b203bedd07d267d9fd..11ff6b1048c895a1d9785e5d10d1edbb326c8472 100644
--- a/gpu/config/gpu_info.cc
+++ b/gpu/config/gpu_info.cc
@@ -95,7 +95,7 @@ void GPUInfo::EnumerateFields(Enumerator* enumerator) const {
bool optimus;
bool amd_switchable;
bool lenovo_dcute;
- Version display_link_version;
+ base::Version display_link_version;
GPUDevice gpu;
std::vector<GPUDevice> secondary_gpus;
uint64_t adapter_luid;
« no previous file with comments | « gpu/config/gpu_info.h ('k') | gpu/config/gpu_info_collector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698