diff options
Diffstat (limited to 'chrome/browser/spellchecker.cc')
-rw-r--r-- | chrome/browser/spellchecker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index e6cfc75..df0c900 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -30,6 +30,8 @@ #include "generated_resources.h" +using base::TimeTicks; + static const int kMaxSuggestions = 5; // Max number of dictionary suggestions. // This is a helper class which acts as a proxy for invoking a task from the |