| Index: chrome/browser/history/history.cc
|
| diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
|
| index b7586f94f1423f1b604ec00720706706bf06db5f..0b92b6f197ae8cad90799daa1d516155d002289b 100644
|
| --- a/chrome/browser/history/history.cc
|
| +++ b/chrome/browser/history/history.cc
|
| @@ -649,7 +649,8 @@ void HistoryService::ScheduleTask(SchedulePriority priority,
|
| thread_->message_loop()->PostTask(FROM_HERE, task);
|
| }
|
|
|
| -bool HistoryService::CanAddURL(const GURL& url) const {
|
| +// static
|
| +bool HistoryService::CanAddURL(const GURL& url) {
|
| if (!url.is_valid())
|
| return false;
|
|
|
|
|