Index: components/translate/core/browser/translate_download_manager.h |
diff --git a/components/translate/core/browser/translate_download_manager.h b/components/translate/core/browser/translate_download_manager.h |
index f8dcae57e02b055c595806bbcd5bd53c241e7c1e..4766b652e575bf617c56f4828db55d8e2efc8e5e 100644 |
--- a/components/translate/core/browser/translate_download_manager.h |
+++ b/components/translate/core/browser/translate_download_manager.h |
@@ -7,7 +7,6 @@ |
#include <string> |
-#include "base/logging.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "components/translate/core/browser/translate_language_list.h" |
@@ -34,10 +33,7 @@ class TranslateDownloadManager { |
// The application locale. |
// Should be set before this class can be used. |
- const std::string& application_locale() { |
- DCHECK(!application_locale_.empty()); |
- return application_locale_; |
- } |
+ const std::string& application_locale() { return application_locale_; } |
void set_application_locale(const std::string& locale) { |
application_locale_ = locale; |
} |