summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index df3021c..3205046 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -45,9 +45,9 @@ namespace {
class LinuxHostInit {
public:
LinuxHostInit() {
- RenderSandboxHostLinux* shost = Singleton<RenderSandboxHostLinux>().get();
+ RenderSandboxHostLinux* shost = Singleton<RenderSandboxHostLinux>::get();
shost->Init("");
- ZygoteHost* zhost = Singleton<ZygoteHost>().get();
+ ZygoteHost* zhost = Singleton<ZygoteHost>::get();
zhost->Init("");
}
~LinuxHostInit() {}