Chromium Code Reviews| 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(), |