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

Unified Diff: chrome/common/importer/ie_importer_utils_win.cc

Issue 113403006: Update some uses of char16 to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/usb/usb_device_handle.cc ('k') | chrome/renderer/pepper/ppb_pdf_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/importer/ie_importer_utils_win.cc
diff --git a/chrome/common/importer/ie_importer_utils_win.cc b/chrome/common/importer/ie_importer_utils_win.cc
index bd4acf95a54e83bbb7d79c6ea46375b7f914ba2d..4275a8e4b08af146183ff602602d7c2aeee601f3 100644
--- a/chrome/common/importer/ie_importer_utils_win.cc
+++ b/chrome/common/importer/ie_importer_utils_win.cc
@@ -8,14 +8,14 @@
namespace {
-const char16 kIEFavoritesOrderKey[] =
+const base::char16 kIEFavoritesOrderKey[] =
L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\"
L"MenuOrder\\Favorites";
-const char16 kIEStorage2Key[] =
+const base::char16 kIEStorage2Key[] =
L"Software\\Microsoft\\Internet Explorer\\IntelliForms\\Storage2";
-const char16 kIESettingsMainKey[] =
+const base::char16 kIESettingsMainKey[] =
L"Software\\Microsoft\\Internet Explorer\\Main";
base::string16 GetPotentiallyOverridenIEKey(
« no previous file with comments | « chrome/browser/usb/usb_device_handle.cc ('k') | chrome/renderer/pepper/ppb_pdf_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698