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

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

Issue 275233004: Move language_detection to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TBR=jam@ 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_unittest.cc
diff --git a/components/translate/language_detection/language_detection_util_unittest.cc b/components/translate/core/language_detection/language_detection_util_unittest.cc
similarity index 98%
rename from components/translate/language_detection/language_detection_util_unittest.cc
rename to components/translate/core/language_detection/language_detection_util_unittest.cc
index ba15fc8ef9983e3ce52c697fa61405d7ae61e684..1d605f6572cc48956ca245edccb78959febcf033 100644
--- a/components/translate/language_detection/language_detection_util_unittest.cc
+++ b/components/translate/core/language_detection/language_detection_util_unittest.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/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « components/translate/core/language_detection/language_detection_util.cc ('k') | components/translate/language_detection/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698