Index: chrome/browser/history/history.cc |
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc |
index 45e8364601107cf6317b259eeff32853d8be93f6..74cb0b39f29210d459d675bb2264274b8145a883 100644 |
--- a/chrome/browser/history/history.cc |
+++ b/chrome/browser/history/history.cc |
@@ -116,9 +116,6 @@ class HistoryService::BackendDelegate : public HistoryBackend::Delegate { |
MessageLoop* message_loop_; |
}; |
-// static |
-const history::StarID HistoryService::kBookmarkBarID = 1; |
- |
// The history thread is intentionally not a BrowserThread because the |
// sync integration unit tests depend on being able to create more than one |
// history thread. |