summaryrefslogtreecommitdiffstats
path: root/chrome/test
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/test
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/test')
-rw-r--r--chrome/test/live_sync/live_sessions_sync_test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/live_sync/live_sessions_sync_test.h b/chrome/test/live_sync/live_sessions_sync_test.h
index ce118d5..6633828 100644
--- a/chrome/test/live_sync/live_sessions_sync_test.h
+++ b/chrome/test/live_sync/live_sessions_sync_test.h
@@ -13,7 +13,6 @@
#include "base/scoped_vector.h"
#include "base/ref_counted.h"
#include "base/waitable_event.h"
-#include "chrome/browser/browser_process.h"
#include "chrome/browser/browser_window.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/renderer_host/render_view_host_delegate.h"
@@ -416,4 +415,3 @@ class MultipleClientLiveSessionsSyncTest : public LiveSessionsSyncTest {
};
#endif // CHROME_TEST_LIVE_SYNC_LIVE_SESSIONS_SYNC_TEST_H_
-