Index: content/browser/power_save_blocker_x11.cc |
diff --git a/content/browser/power_save_blocker_x11.cc b/content/browser/power_save_blocker_x11.cc |
index e5fb4e5f3df43c5e468dbc9e6d17832459c36732..f1d028c7f459e51bbc234af18050b3095b9b7618 100644 |
--- a/content/browser/power_save_blocker_x11.cc |
+++ b/content/browser/power_save_blocker_x11.cc |
@@ -200,7 +200,7 @@ void PowerSaveBlockerImpl::Delegate::ApplyBlock(DBusAPI api) { |
// reason: The reason for the inhibit |
// flags: Flags that spefify what should be inhibited |
message_writer->AppendString( |
- CommandLine::ForCurrentProcess()->GetProgram().value()); |
+ base::CommandLine::ForCurrentProcess()->GetProgram().value()); |
message_writer->AppendUint32(0); // should be toplevel_xid |
message_writer->AppendString(reason_); |
{ |
@@ -228,7 +228,7 @@ void PowerSaveBlockerImpl::Delegate::ApplyBlock(DBusAPI api) { |
// app_id: The application identifier |
// reason: The reason for the inhibit |
message_writer->AppendString( |
- CommandLine::ForCurrentProcess()->GetProgram().value()); |
+ base::CommandLine::ForCurrentProcess()->GetProgram().value()); |
message_writer->AppendString(reason_); |
break; |
} |