summaryrefslogtreecommitdiffstats
path: root/content/browser/power_save_blocker_x11.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 20:32:09 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 20:33:10 +0000
commit47927870b2846d4ebb76885d637572af018cc064 (patch)
tree6d2187b16e3674b8b219cf164429b5ceb3e54010 /content/browser/power_save_blocker_x11.cc
parent7dee27d248d310f70d51b7e1729c5bd474c5b453 (diff)
downloadchromium_src-47927870b2846d4ebb76885d637572af018cc064.zip
chromium_src-47927870b2846d4ebb76885d637572af018cc064.tar.gz
chromium_src-47927870b2846d4ebb76885d637572af018cc064.tar.bz2
Add base:: qualification to some COmmandLine references in content.
TBR=sky Review URL: https://codereview.chromium.org/456513002 Cr-Commit-Position: refs/heads/master@{#288787} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/power_save_blocker_x11.cc')
-rw-r--r--content/browser/power_save_blocker_x11.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/power_save_blocker_x11.cc b/content/browser/power_save_blocker_x11.cc
index e5fb4e5..f1d028c 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;
}