summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model_unittest.cc')
-rw-r--r--chrome/browser/bookmarks/bookmark_model_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model_unittest.cc b/chrome/browser/bookmarks/bookmark_model_unittest.cc
index a6cab2a..9edde81 100644
--- a/chrome/browser/bookmarks/bookmark_model_unittest.cc
+++ b/chrome/browser/bookmarks/bookmark_model_unittest.cc
@@ -477,7 +477,7 @@ TEST_F(BookmarkModelTest, NotifyURLsStarred) {
namespace {
// See comment in PopulateNodeFromString.
-typedef ChromeViews::TreeNodeWithValue<history::StarredEntry::Type> TestNode;
+typedef views::TreeNodeWithValue<history::StarredEntry::Type> TestNode;
// Does the work of PopulateNodeFromString. index gives the index of the current
// element in description to process.