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

Unified Diff: components/translate/core/language_detection/language_detection_util.cc

Issue 275233004: Move language_detection to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: components/translate/core/language_detection/language_detection_util.cc
diff --git a/components/translate/language_detection/language_detection_util.cc b/components/translate/core/language_detection/language_detection_util.cc
similarity index 99%
rename from components/translate/language_detection/language_detection_util.cc
rename to components/translate/core/language_detection/language_detection_util.cc
index 55321125337cf70bf99d8c41f1ce4339fcc078c7..f5474b9de55fd743f4640876716dd4e245e7b657 100644
--- a/components/translate/language_detection/language_detection_util.cc
+++ b/components/translate/core/language_detection/language_detection_util.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 "components/translate/language_detection/language_detection_util.h"
+#include "components/translate/core/language_detection/language_detection_util.h"
#include "base/logging.h"
#include "base/metrics/field_trial.h"

Powered by Google App Engine
This is Rietveld 408576698