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

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: first commit 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/cc/output/software_frame_data.cc b/chrome/common/language_detection_details.cc
similarity index 50%
copy from cc/output/software_frame_data.cc
copy to chrome/common/language_detection_details.cc
index 20da28e9412897171ee7778844b8ec643ae99825..aee73a3bd59014c6f2e9a22f54a36447bd619778 100644
--- a/cc/output/software_frame_data.cc
+++ b/chrome/common/language_detection_details.cc
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/output/software_frame_data.h"
+#include "chrome/common/language_detection_details.h"
-namespace cc {
+LanguageDetectionDetails::LanguageDetectionDetails() {}
-SoftwareFrameData::SoftwareFrameData() {}
-
-SoftwareFrameData::~SoftwareFrameData() {}
-
-} // namespace cc
+LanguageDetectionDetails::~LanguageDetectionDetails() {}

Powered by Google App Engine
This is Rietveld 408576698