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

Unified Diff: base/win/registry.h

Issue 10155029: win: Fix a small language violation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/registry.h
diff --git a/base/win/registry.h b/base/win/registry.h
index abdf17a343fd70fa357bb08cb38408d19f4e78a3..c8f5da95f781722626b15528dbe9f2897a14479e 100644
--- a/base/win/registry.h
+++ b/base/win/registry.h
@@ -84,8 +84,7 @@ class BASE_EXPORT RegKey {
// Reads a REG_MULTI_SZ registry field into a vector of strings. Clears
// |values| initially and adds further strings to the list. Returns
// ERROR_CANTREAD if type is not REG_MULTI_SZ.
- LONG RegKey::ReadValues(const wchar_t* name,
- std::vector<std::wstring>* values);
+ LONG ReadValues(const wchar_t* name, std::vector<std::wstring>* values);
// Returns raw data. If |name| is NULL or empty, returns the default
// value, if any.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698