summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-05 20:15:56 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-05 20:15:56 +0000
commitd99bcaae9af32923a53f3c448cf95cbf7ad20775 (patch)
tree6b40b46581ced68d2faf6b3fcdde111f981ee7c5 /chrome/browser/profiles
parent0dce40724db9c037c33d4e83051705441de2bb6b (diff)
downloadchromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.zip
chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.gz
chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.bz2
Remove unneeded browser_process.h includes.
BUG=none TEST=none Review URL: http://codereview.chromium.org/5512009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/profile_manager_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
index 4e49c27..e2f1381 100644
--- a/chrome/browser/profiles/profile_manager_unittest.cc
+++ b/chrome/browser/profiles/profile_manager_unittest.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <string>
+
#include "app/system_monitor.h"
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/message_loop.h"
#include "base/path_service.h"
-#include "chrome/browser/browser_process.h"
#include "chrome/browser/browser_thread.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/profiles/profile.h"