| Index: chrome/common/language_detection_details.cc
|
| diff --git a/chrome/browser/favicon/imported_favicon_usage.cc b/chrome/common/language_detection_details.cc
|
| similarity index 50%
|
| copy from chrome/browser/favicon/imported_favicon_usage.cc
|
| copy to chrome/common/language_detection_details.cc
|
| index 42da2864f8e0d25d6075c832c0d4c64b26c2d7e5..aee73a3bd59014c6f2e9a22f54a36447bd619778 100644
|
| --- a/chrome/browser/favicon/imported_favicon_usage.cc
|
| +++ b/chrome/common/language_detection_details.cc
|
| @@ -2,10 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/favicon/imported_favicon_usage.h"
|
| +#include "chrome/common/language_detection_details.h"
|
|
|
| -ImportedFaviconUsage::ImportedFaviconUsage() {
|
| -}
|
| +LanguageDetectionDetails::LanguageDetectionDetails() {}
|
|
|
| -ImportedFaviconUsage::~ImportedFaviconUsage() {
|
| -}
|
| +LanguageDetectionDetails::~LanguageDetectionDetails() {}
|
|
|