summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_unittest.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 19:03:13 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 19:03:13 +0000
commit01ed196b68335e6e3e90abc2aed6df3d4b71132b (patch)
tree10fd22167916906d8dd9e9c3114cf9bf8d1aca2b /chrome/browser/shell_integration_unittest.cc
parent2ea3ca3156bddfb88b29094f6bb45c0aafa773c3 (diff)
downloadchromium_src-01ed196b68335e6e3e90abc2aed6df3d4b71132b.zip
chromium_src-01ed196b68335e6e3e90abc2aed6df3d4b71132b.tar.gz
chromium_src-01ed196b68335e6e3e90abc2aed6df3d4b71132b.tar.bz2
Extension ids are ASCII.
This is preliminary cleanup for a larger change. Review URL: http://codereview.chromium.org/6613032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_unittest.cc')
-rw-r--r--chrome/browser/shell_integration_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc
index 240eb6e..9a86b58 100644
--- a/chrome/browser/shell_integration_unittest.cc
+++ b/chrome/browser/shell_integration_unittest.cc
@@ -287,7 +287,7 @@ TEST(ShellIntegrationTest, GetDesktopFileContents) {
ShellIntegration::GetDesktopFileContents(
test_cases[i].template_contents,
GURL(test_cases[i].url),
- EmptyString16(),
+ "",
ASCIIToUTF16(test_cases[i].title),
test_cases[i].icon_name));
}