Index: chrome/browser/spellchecker/spellcheck_service.h |
diff --git a/chrome/browser/spellchecker/spellcheck_service.h b/chrome/browser/spellchecker/spellcheck_service.h |
index 81956f8e91160fa38de86c19b976c8558e57f993..9382ca3142d504e31071f10c6821597fad9b1c6d 100644 |
--- a/chrome/browser/spellchecker/spellcheck_service.h |
+++ b/chrome/browser/spellchecker/spellcheck_service.h |
@@ -111,7 +111,7 @@ class SpellcheckService : public KeyedService, |
// Unload a dictionary. The path is given to identify the dictionary. |
// Return value is true if successful. |
- bool UnloadExternalDictionary(std::string path); |
+ bool UnloadExternalDictionary(const std::string& /* path */); |
// NotificationProfile implementation. |
void Observe(int type, |