Index: chrome/browser/translate/translate_prefs.h |
diff --git a/chrome/browser/translate/translate_prefs.h b/chrome/browser/translate/translate_prefs.h |
index 9f7a1a76eae06ac13100915edc3ad1da2ffe3651..be6413020894b8e782f082868b92c5b5e55e6d0c 100644 |
--- a/chrome/browser/translate/translate_prefs.h |
+++ b/chrome/browser/translate/translate_prefs.h |
@@ -5,7 +5,9 @@ |
#ifndef CHROME_BROWSER_TRANSLATE_TRANSLATE_PREFS_H_ |
#define CHROME_BROWSER_TRANSLATE_TRANSLATE_PREFS_H_ |
+#include <map> |
#include <string> |
+#include <vector> |
Takashi Toyoshima
2013/04/12 08:43:35
why?
hajimehoshi
2013/04/12 09:28:52
I don't remember... I'll remove them.
On 2013/04/
|
#include "googleurl/src/gurl.h" |
@@ -50,7 +52,7 @@ class TranslatePrefs { |
void ClearBlacklistedLanguages(); |
// Will return true if at least one site has been blacklisted. |
- bool HasBlacklistedSites(); |
+ bool HasBlacklistedSites() const; |
void ClearBlacklistedSites(); |
// These methods are used to track how many times the user has denied the |