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

Unified Diff: chrome/common/translate/translate_helper_metrics.cc

Issue 18911002: Move language detection to chrome/common/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Full test + rebase Created 7 years, 5 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/translate/translate_helper_metrics.cc
diff --git a/chrome/renderer/translate/translate_helper_metrics.cc b/chrome/common/translate/translate_helper_metrics.cc
similarity index 98%
rename from chrome/renderer/translate/translate_helper_metrics.cc
rename to chrome/common/translate/translate_helper_metrics.cc
index 93ce5b0b9c72066ee3d4bb235459e5e276cc29f5..14bd1e3d8405f4289ffd624e3b1d73666bea9331 100644
--- a/chrome/renderer/translate/translate_helper_metrics.cc
+++ b/chrome/common/translate/translate_helper_metrics.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/renderer/translate/translate_helper_metrics.h"
+#include "chrome/common/translate/translate_helper_metrics.h"
#include "base/basictypes.h"
#include "base/metrics/histogram.h"

Powered by Google App Engine
This is Rietveld 408576698