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

Unified Diff: chrome/browser/sync/util/query_helpers.h

Issue 429003: Final part of PathString cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/sync/util/query_helpers.h
===================================================================
--- chrome/browser/sync/util/query_helpers.h (revision 32749)
+++ chrome/browser/sync/util/query_helpers.h (working copy)
@@ -49,7 +49,7 @@
// passed inside of the Vector.
// Example:
//
-// vector<PathString> v;
+// vector<std::string> v;
// v.push_back("abc");
// v.push_back("123");
// PrepareQuery(dbhandle, "SELECT * FROM table", "column_name", v.begin(),
« no previous file with comments | « chrome/browser/sync/util/character_set_converters_unittest.cc ('k') | chrome/browser/sync/util/sync_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698