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

Unified Diff: chrome/browser/character_encoding.h

Issue 2578003002: Move |GetCanonicalEncodingNameByAliasName| to base/i18n (Closed)
Patch Set: Created 4 years 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/browser/character_encoding.h
diff --git a/chrome/browser/character_encoding.h b/chrome/browser/character_encoding.h
deleted file mode 100644
index 52b210e3344681e1acdb81bf0a59f00259fcfd3b..0000000000000000000000000000000000000000
--- a/chrome/browser/character_encoding.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHARACTER_ENCODING_H_
-#define CHROME_BROWSER_CHARACTER_ENCODING_H_
-
-#include <string>
-
-// Return canonical encoding name according to the encoding alias name.
-// TODO(jinsukkim): Move this to somewhere under content/.
-std::string GetCanonicalEncodingNameByAliasName(const std::string& alias_name);
-
-#endif // CHROME_BROWSER_CHARACTER_ENCODING_H_

Powered by Google App Engine
This is Rietveld 408576698