summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-01 19:58:16 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-01 19:58:16 +0000
commita4ff9eaea74e058144eda4164fe4694e6e1b9c21 (patch)
tree5d95aad3baf47436a8e0075c273274929f762eb8 /chrome/browser/instant
parent7ae28e23dba30062ab6b97e31e611fb2b55e62df (diff)
downloadchromium_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/browser/instant')
-rw-r--r--chrome/browser/instant/promo_counter_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/promo_counter_unittest.cc b/chrome/browser/instant/promo_counter_unittest.cc
index 43cda77..a9b85be 100644
--- a/chrome/browser/instant/promo_counter_unittest.cc
+++ b/chrome/browser/instant/promo_counter_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "chrome/browser/instant/promo_counter.h"
-#include "chrome/test/testing_profile.h"
+#include "chrome/test/base/testing_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
typedef testing::Test PromoCounterTest;