diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 19:58:16 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-01 19:58:16 +0000 |
commit | a4ff9eaea74e058144eda4164fe4694e6e1b9c21 (patch) | |
tree | 5d95aad3baf47436a8e0075c273274929f762eb8 /chrome/tools/profiles | |
parent | 7ae28e23dba30062ab6b97e31e611fb2b55e62df (diff) | |
download | chromium_src-a4ff9eaea74e058144eda4164fe4694e6e1b9c21.zip chromium_src-a4ff9eaea74e058144eda4164fe4694e6e1b9c21.tar.gz chromium_src-a4ff9eaea74e058144eda4164fe4694e6e1b9c21.tar.bz2 |
Move more files from chrome/test to chrome/test/base, part #4
BUG=90905
Review URL: http://codereview.chromium.org/7544021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/profiles')
-rw-r--r-- | chrome/tools/profiles/generate_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index f7a2dce..cd6ab0d 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -22,7 +22,7 @@ #include "chrome/browser/history/top_sites.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/thumbnail_score.h" -#include "chrome/test/testing_profile.h" +#include "chrome/test/base/testing_profile.h" #include "content/browser/browser_thread.h" #include "content/common/notification_service.h" #include "third_party/skia/include/core/SkBitmap.h" |