diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 17:51:50 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 17:51:50 +0000 |
commit | 1625ffd487b4d361d6ad0679457a43a5119601e2 (patch) | |
tree | b7099d944323d02b0f4bed97e79fc44bb7aeab7c /chrome_frame/test/reliability | |
parent | 1b323178a6277a5042c8202300d4248f7a5a8194 (diff) | |
download | chromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.zip chromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.tar.gz chromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.tar.bz2 |
Update a bunch of files to the new location of browser_thread.h
TBR=avi
Review URL: http://codereview.chromium.org/6591066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/reliability')
-rw-r--r-- | chrome_frame/test/reliability/page_load_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc index adc681e..e08817e 100644 --- a/chrome_frame/test/reliability/page_load_test.cc +++ b/chrome_frame/test/reliability/page_load_test.cc @@ -33,7 +33,6 @@ #include "base/test/test_file_util.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/browser_thread.h" #include "chrome/browser/net/url_fixer_upper.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/prefs/pref_service_mock_builder.h" @@ -55,6 +54,7 @@ #include "chrome_frame/test/chrome_frame_test_utils.h" #include "chrome_frame/test/ie_event_sink.h" #include "chrome_frame/utils.h" +#include "content/browser/browser_thread.h" #include "net/base/net_util.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" |