| Index: chrome/browser/sessions/session_types_unittest.cc
|
| diff --git a/chrome/browser/sessions/session_types_unittest.cc b/chrome/browser/sessions/session_types_unittest.cc
|
| index 6442fbe8853638008cb8bdfc6b95c18d1ca490c6..edbc6b4cf2c480173c9803e3bf472f76951fba7e 100644
|
| --- a/chrome/browser/sessions/session_types_unittest.cc
|
| +++ b/chrome/browser/sessions/session_types_unittest.cc
|
| @@ -27,7 +27,6 @@
|
|
|
| namespace {
|
|
|
| -const int kIndex = 3;
|
| const int kUniqueID = 50;
|
| const content::Referrer kReferrer =
|
| content::Referrer(GURL("http://www.referrer.com"),
|
| @@ -49,8 +48,6 @@ const base::Time kTimestamp = syncer::ProtoTimeToTime(100);
|
| const string16 kSearchTerms = ASCIIToUTF16("my search terms");
|
| const GURL kFaviconURL("http://virtual-url.com/favicon.ico");
|
|
|
| -const int kPageID = 10;
|
| -
|
| // Create a NavigationEntry from the constants above.
|
| scoped_ptr<content::NavigationEntry> MakeNavigationEntryForTest() {
|
| scoped_ptr<content::NavigationEntry> navigation_entry(
|
|
|