Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6284)

Unified Diff: chrome/test/data/webui/history_ui_browsertest.h

Issue 823273003: Switch the history backend from using page ids to navigation entry unique ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webui/history_ui_browsertest.h
diff --git a/chrome/test/data/webui/history_ui_browsertest.h b/chrome/test/data/webui/history_ui_browsertest.h
index 994710a4cca851499083a896babbcb4a8ce842b4..0e2cf3415bbdb8232d4b56c44d37cef13bff4c0b 100644
--- a/chrome/test/data/webui/history_ui_browsertest.h
+++ b/chrome/test/data/webui/history_ui_browsertest.h
@@ -38,7 +38,7 @@ class HistoryUIBrowserTest : public WebUIBrowserTest {
base::Time baseline_time_;
// Counter used to generate a unique ID for each page added to the history.
- int32 page_id_;
+ int nav_entry_id_;
DISALLOW_COPY_AND_ASSIGN(HistoryUIBrowserTest);
};

Powered by Google App Engine
This is Rietveld 408576698