Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / webui / history_ui_browsertest.cc
index 69af912..a8b0c77 100644 (file)
@@ -33,7 +33,7 @@ void HistoryUIBrowserTest::SetUpOnMainThread() {
 void HistoryUIBrowserTest::AddPageToHistory(
     int hour_offset, const std::string& url, const std::string& title) {
   // We need the ID scope and page ID so that the visit tracker can find it.
-  const void* id_scope = reinterpret_cast<void*>(1);
+  const history::ContextID id_scope = reinterpret_cast<history::ContextID>(1);
 
   base::Time time = baseline_time_ + base::TimeDelta::FromHours(hour_offset);
   GURL gurl = GURL(url);