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

Unified Diff: chrome/test/gpu/gpu_pixel_browsertest.cc

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 | « chrome/service/service_ipc_server.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/gpu_pixel_browsertest.cc
diff --git a/chrome/test/gpu/gpu_pixel_browsertest.cc b/chrome/test/gpu/gpu_pixel_browsertest.cc
index decf0c4100052bf0fa5239dfe64548da36c0516a..e5c22384919d5c34752ba0f973c8f74219fa0f80 100644
--- a/chrome/test/gpu/gpu_pixel_browsertest.cc
+++ b/chrome/test/gpu/gpu_pixel_browsertest.cc
@@ -156,7 +156,7 @@ class GpuPixelBrowserTest : public InProcessBrowserTest {
#error "Not implemented for this platform"
#endif
if (using_gpu_) {
- const GPUInfo& info = GpuProcessHostUIShim::Get()->gpu_info();
+ const GPUInfo& info = GpuProcessHostUIShim::GetInstance()->gpu_info();
if (info.progress() != GPUInfo::kComplete) {
LOG(ERROR) << "Could not get gpu info";
return false;
« no previous file with comments | « chrome/service/service_ipc_server.cc ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698