summaryrefslogtreecommitdiffstats
path: root/chrome/common/mac/launchd.mm
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:49:49 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:49:49 +0000
commit3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9 (patch)
tree44e904a375941185a9aaf427fb9b3242ce11402a /chrome/common/mac/launchd.mm
parentb95ff9ed7c31295c6a1e45a99ffef2701855ee50 (diff)
downloadchromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.zip
chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.gz
chromium_src-3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9.tar.bz2
Use a direct include of strings headers in chrome/common/, part 2.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16579006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/mac/launchd.mm')
-rw-r--r--chrome/common/mac/launchd.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/mac/launchd.mm b/chrome/common/mac/launchd.mm
index 6d14523..31dbba3 100644
--- a/chrome/common/mac/launchd.mm
+++ b/chrome/common/mac/launchd.mm
@@ -11,7 +11,7 @@
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/process_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "base/strings/sys_string_conversions.h"
#include "third_party/GTM/Foundation/GTMServiceManagement.h"