summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-09 23:08:13 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-09 23:08:13 +0000
commit68de8b76186059157dc916c499923d46bedb56b1 (patch)
tree870704b95740f2cafc144ced59b6bbf3c77c39d1 /chrome/test
parentd9b168764a9e7ad7dcd2561791041f660a54cdde (diff)
downloadchromium_src-68de8b76186059157dc916c499923d46bedb56b1.zip
chromium_src-68de8b76186059157dc916c499923d46bedb56b1.tar.gz
chromium_src-68de8b76186059157dc916c499923d46bedb56b1.tar.bz2
Moves bookmark related classes into bookmarks directory. There are no
code changes here (other than converting to COPY_AND_BLAH_BLAH and updating include guards). BUG=none TEST=none Review URL: http://codereview.chromium.org/1868 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/testing_profile.h2
-rw-r--r--chrome/test/unit/unittests.vcproj4
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index e33a423..8422934 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -8,7 +8,7 @@
#include "base/base_paths.h"
#include "base/path_service.h"
#include "base/file_util.h"
-#include "chrome/browser/bookmark_bar_model.h"
+#include "chrome/browser/bookmarks/bookmark_bar_model.h"
#include "chrome/browser/browser_prefs.h"
#include "chrome/browser/history/history.h"
#include "chrome/browser/profile.h"
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj
index fee3966..ea425b9 100644
--- a/chrome/test/unit/unittests.vcproj
+++ b/chrome/test/unit/unittests.vcproj
@@ -558,7 +558,7 @@
Name="TestBookmarkDragData"
>
<File
- RelativePath="..\..\browser\bookmark_drag_data_unittest.cc"
+ RelativePath="..\..\browser\bookmarks\bookmark_drag_data_unittest.cc"
>
</File>
</Filter>
@@ -614,7 +614,7 @@
Name="TestBookmarkBarModel"
>
<File
- RelativePath="..\..\browser\bookmark_bar_model_unittest.cc"
+ RelativePath="..\..\browser\bookmarks\bookmark_bar_model_unittest.cc"
>
</File>
</Filter>