Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3536)

Unified Diff: chrome/common/language_detection_details.cc

Issue 14494004: Added the 'Translation Logs' tab to chrome://translate-internals/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Rebasing) Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698