Fix build error 55/70855/1
authorjaekuk, lee <juku1999@samsung.com>
Mon, 23 May 2016 05:25:47 +0000 (14:25 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Mon, 23 May 2016 05:25:47 +0000 (14:25 +0900)
Change-Id: I9a8ab34c5865c68d5c1ce82b6401699ddb9b3985
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
services/BookmarkFlowUI/BookmarkFlowUI.cpp

index 51b39870d9e1a3447eac14507823d97ef46d1c1f..fba7078ead3b62ba9b0bc4ca6fcc32e2752abc64 100755 (executable)
@@ -140,8 +140,10 @@ void BookmarkFlowUI::addCustomFolders(services::SharedBookmarkFolderList folders
     BROWSER_LOGD("[%s:%d] ", __PRETTY_FUNCTION__, __LINE__);
 
     for (auto it = folders.begin(); it != folders.end(); ++it) {
+#if PROFILE_MOBILE
         if ((*it)->getId() == m_all_folder_id)
             continue;
+#endif
         FolderData *folderData = new FolderData();
         folderData->name = (*it)->getName();
         folderData->folder_id = (*it)->getId();