Index: chrome/browser/translate/translate_manager.h |
diff --git a/chrome/browser/translate/translate_manager.h b/chrome/browser/translate/translate_manager.h |
index 8355ab18612e17c70796f2177036681c88169d07..da673f724725709488675c25fdd7124495d393e2 100644 |
--- a/chrome/browser/translate/translate_manager.h |
+++ b/chrome/browser/translate/translate_manager.h |
@@ -92,7 +92,7 @@ class TranslateManager : public content::NotificationObserver { |
// Allows caller to cleanup pending URLFetcher objects to make sure they |
// get released in the appropriate thread... Mainly for tests. |
- void CleanupPendingUlrFetcher(); |
+ void CleanupPendingUrlFetcher(); |
// Translates the page contents from |source_lang| to |target_lang|. |
// The actual translation might be performed asynchronously if the translate |