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

Unified Diff: components/translate/language_detection/language_detection_util_unittest.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/language_detection/language_detection_util_unittest.cc
diff --git a/components/translate/language_detection/language_detection_util_unittest.cc b/components/translate/language_detection/language_detection_util_unittest.cc
index b66c57bff74541ba266f4c43c5258edff2991c07..ba15fc8ef9983e3ce52c697fa61405d7ae61e684 100644
--- a/components/translate/language_detection/language_detection_util_unittest.cc
+++ b/components/translate/language_detection/language_detection_util_unittest.cc
@@ -6,7 +6,7 @@
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/translate/common/translate_constants.h"
+#include "components/translate/core/common/translate_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
typedef testing::Test LanguageDetectionUtilTest;
« no previous file with comments | « components/translate/language_detection/language_detection_util.cc ('k') | tools/gn/secondary/components/translate/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698