Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / components / translate / core / common / language_detection_details.cc
blob128b3451885c0b057b13d6f506ac07c31a03eeea
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/translate/core/common/language_detection_details.h"
7 namespace translate {
9 LanguageDetectionDetails::LanguageDetectionDetails()
10 : is_cld_reliable(false), has_notranslate(false) {
13 LanguageDetectionDetails::~LanguageDetectionDetails() {}
15 } // namespace translate