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

Unified Diff: base/stringprintf.h

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, once more Created 7 years, 9 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
Index: base/stringprintf.h
diff --git a/base/stringprintf.h b/base/stringprintf.h
index 9a992373159853075901c2dac7b16e414508bc64..3946f3db5e123aa9485c55c306cf726139ee160e 100644
--- a/base/stringprintf.h
+++ b/base/stringprintf.h
@@ -59,10 +59,4 @@ BASE_EXPORT void StringAppendV(std::wstring* dst,
} // namespace base
-// Don't require the namespace for legacy code. New code should use "base::" or
-// have its own using decl.
-//
-// TODO(brettw) remove these when calling code is converted.
-using base::StringPrintf;
-
#endif // BASE_STRINGPRINTF_H_
« no previous file with comments | « base/process_linux.cc ('k') | cc/base/worker_pool.cc » ('j') | ipc/ipc_message_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698