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

Unified Diff: chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc

Issue 164403002: s/seperator/separator in a couple places (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
diff --git a/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc b/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
index 968204435c5d32c67f481308fc633556529da57c..e14acbf10c28caa47cccffcc349c0103d40f692b 100644
--- a/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
+++ b/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
@@ -174,11 +174,11 @@ class ITunesDataProviderTest : public InProcessBrowserTest {
return;
std::string xml = "<plist><dict><key>Tracks</key><dict>\n";
for (size_t i = 0; i < entries.size(); ++i) {
- std::string seperator;
+ std::string separator;
#if defined(OS_WIN)
- seperator = "/";
+ separator = "/";
#endif
- GURL location("file://localhost" + seperator +
+ GURL location("file://localhost" + separator +
entries[i].location.AsUTF8Unsafe());
std::string entry_string = base::StringPrintf(
"<key>%" PRIuS "</key><dict>\n"
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698