Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 49162) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -1194,8 +1194,7 @@ |
// Init the RLZ library. This just binds the dll and schedules a task on the |
// file thread to be run sometime later. If this is the first run we record |
// the installation event. |
- RLZTracker::InitRlzDelayed(base::DIR_MODULE, is_first_run, |
- master_prefs.ping_delay); |
+ RLZTracker::InitRlzDelayed(is_first_run, master_prefs.ping_delay); |
#endif |
// Configure the network module so it has access to resources. |