diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 22:31:40 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 22:31:40 +0000 |
commit | 8ad3636eaf71b498d186007a521d686035456fb6 (patch) | |
tree | 831dc24118540f15c47545a9b69e22c66fbdd96a /chrome/browser/custom_handlers | |
parent | 7e6a06163bc9bc4bd43e8fdc53104eda830801bc (diff) | |
download | chromium_src-8ad3636eaf71b498d186007a521d686035456fb6.zip chromium_src-8ad3636eaf71b498d186007a521d686035456fb6.tar.gz chromium_src-8ad3636eaf71b498d186007a521d686035456fb6.tar.bz2 |
Move more files from chrome/test to chrome/test/base, part #5
BUG=90905
Review URL: http://codereview.chromium.org/7537033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers')
-rw-r--r-- | chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc index 18f34db..38f938e 100644 --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc @@ -13,10 +13,10 @@ #include "base/utf_string_conversions.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/custom_handlers/protocol_handler.h" +#include "chrome/test/base/testing_pref_service.h" #include "chrome/test/base/testing_profile.h" #include "chrome/test/testing_browser_process.h" #include "chrome/test/testing_browser_process_test.h" -#include "chrome/test/testing_pref_service.h" #include "content/browser/browser_thread.h" #include "content/browser/renderer_host/test_render_view_host.h" #include "content/common/notification_observer.h" |