| Index: cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.h b/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| index b26999ff390d02491e5ecbd6a3d6ded1f6c3eccd..3e21f88aaa36077822fb313bcc6d08a8d042157b 100644
|
| --- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| +++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| @@ -14,10 +14,10 @@
|
| namespace cloud_print {
|
|
|
| // Returns path to be used for launching Chrome.
|
| -FilePath GetChromeExePath();
|
| +base::FilePath GetChromeExePath();
|
|
|
| // Returns path to user profile to be used for launching Chrome.
|
| -FilePath GetChromeProfilePath();
|
| +base::FilePath GetChromeProfilePath();
|
|
|
| // Implementations for the function pointers in the MONITOR2 structure
|
| // returned by InitializePrintMonitor2. The prototypes and behaviors
|
|
|