diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 00:31:04 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 00:31:04 +0000 |
commit | d54e03a5f055dbdbe31b037e934e3feea364e4bc (patch) | |
tree | 2491b03537f1152bfaeed05b5da6ab87d4d3cafe /chrome/test/testing_profile.h | |
parent | b3471fde838d00d0b640a9d6aff957b5799a9c0d (diff) | |
download | chromium_src-d54e03a5f055dbdbe31b037e934e3feea364e4bc.zip chromium_src-d54e03a5f055dbdbe31b037e934e3feea364e4bc.tar.gz chromium_src-d54e03a5f055dbdbe31b037e934e3feea364e4bc.tar.bz2 |
Move search code to a subdir
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 37e6c17..2d622a7 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -12,8 +12,8 @@ #include "chrome/browser/browser_prefs.h" #include "chrome/browser/history/history.h" #include "chrome/browser/profile.h" +#include "chrome/browser/search_engines/template_url_model.h" #include "chrome/browser/sessions/session_service.h" -#include "chrome/browser/template_url_model.h" #include "chrome/common/pref_service.h" class TestingProfile : public Profile { |