google / sawbuck

Automatically exported from code.google.com/p/sawbuck
107 stars 40 forks source link

Sawbuck should update some code for new chrome base #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are some compiler error with new chrome base code.

for example, viewer_module.cc

//hybrid.RunWithDispatcher(&hybrid);
base::RunLoop run_loop(&hybrid);
run_loop.Run();

Original issue reported on code.google.com by miyu.y...@gmail.com on 17 Jan 2013 at 6:45