summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging_linux.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 19:06:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 19:06:33 +0000
commitd289d0bf93b5498e2ee10822073ceb67b4e45e5d (patch)
tree019d12baab353449be90fc63754e5d89c02e965d /chrome/common/child_process_logging_linux.cc
parent2f79d25bb1773a264e9effe527be3811f3a6d178 (diff)
downloadchromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.zip
chromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.tar.gz
chromium_src-d289d0bf93b5498e2ee10822073ceb67b4e45e5d.tar.bz2
Cleanup: Break some common->app dependencies.
BUG=46666 TEST=none Review URL: http://codereview.chromium.org/2821010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_linux.cc')
-rw-r--r--chrome/common/child_process_logging_linux.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/child_process_logging_linux.cc b/chrome/common/child_process_logging_linux.cc
index a60788f..06e20c2 100644
--- a/chrome/common/child_process_logging_linux.cc
+++ b/chrome/common/child_process_logging_linux.cc
@@ -1,11 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/child_process_logging.h"
-#include <string>
-
#include "base/logging.h"
#include "base/string_util.h"
#include "chrome/installer/util/google_update_settings.h"