Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / bookmarks / bookmark_drag_drop_views.cc
index 3b57e34..0208e7c 100644 (file)
@@ -64,7 +64,7 @@ int GetBookmarkDragOperation(content::BrowserContext* browser_context,
   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
 
   int move = ui::DragDropTypes::DRAG_MOVE;
-  if (!prefs->GetBoolean(prefs::kEditBookmarksEnabled) ||
+  if (!prefs->GetBoolean(bookmarks::prefs::kEditBookmarksEnabled) ||
       !model->client()->CanBeEditedByUser(node)) {
     move = ui::DragDropTypes::DRAG_NONE;
   }