From 71b73f0364ef3ea61bede4383424d94df5ef6037 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 6 Apr 2011 15:57:29 +0000 Subject: Cleanup: Update a bunch of files to the new location of browser_list.h. Part 1/3. BUG=None TEST=None R=avi@chromium.org Review URL: http://codereview.chromium.org/6689029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80632 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/oom_priority_manager.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/oom_priority_manager.cc') diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc index a287b82..44abf0f 100644 --- a/chrome/browser/oom_priority_manager.cc +++ b/chrome/browser/oom_priority_manager.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -10,8 +10,8 @@ #include "base/process_util.h" #include "base/threading/thread.h" #include "build/build_config.h" -#include "chrome/browser/browser_list.h" #include "chrome/browser/tabs/tab_strip_model.h" +#include "chrome/browser/ui/browser_list.h" #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" #include "content/browser/browser_thread.h" #include "content/browser/renderer_host/render_process_host.h" -- cgit v1.1