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

Unified Diff: components/translate/core/browser/translate_url_util.h

Issue 143003020: Move TranslateLanguageList to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeDelegate
Patch Set: rebase 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/browser/translate_url_util.h
diff --git a/chrome/browser/translate/translate_url_util.h b/components/translate/core/browser/translate_url_util.h
similarity index 73%
rename from chrome/browser/translate/translate_url_util.h
rename to components/translate/core/browser/translate_url_util.h
index 9709c0c510d376ba1cb7566c9bb63308b22f9629..9bae89d231107ba0a6125ae02e4ded915491e902 100644
--- a/chrome/browser/translate/translate_url_util.h
+++ b/components/translate/core/browser/translate_url_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_TRANSLATE_TRANSLATE_URL_UTIL_H_
-#define CHROME_BROWSER_TRANSLATE_TRANSLATE_URL_UTIL_H_
+#ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_URL_UTIL_H_
+#define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_URL_UTIL_H_
#include "url/gurl.h"
@@ -19,4 +19,4 @@ GURL AddHostLocaleToUrl(const GURL& url);
} // namespace TranslateURLUtil
-#endif // CHROME_BROWSER_TRANSLATE_TRANSLATE_URL_UTIL_H_
+#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_URL_UTIL_H_
« no previous file with comments | « components/translate/core/browser/translate_language_list.cc ('k') | components/translate/core/browser/translate_url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698