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

Unified Diff: components/translate/core/common/language_detection_details.cc

Issue 93603006: Move Translate-related files to components/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 11 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: components/translate/core/common/language_detection_details.cc
diff --git a/chrome/common/translate/language_detection_details.cc b/components/translate/core/common/language_detection_details.cc
similarity index 79%
rename from chrome/common/translate/language_detection_details.cc
rename to components/translate/core/common/language_detection_details.cc
index 4848812b1fe359d3871d39af32ca5062cc383ff0..7545ee10c5957bf6f2f1cc33e829491b3b98693f 100644
--- a/chrome/common/translate/language_detection_details.cc
+++ b/components/translate/core/common/language_detection_details.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/translate/language_detection_details.h"
+#include "components/translate/core/common/language_detection_details.h"
LanguageDetectionDetails::LanguageDetectionDetails() {}
« no previous file with comments | « components/translate/core/common/language_detection_details.h ('k') | components/translate/core/common/translate_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698