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

Unified Diff: chrome/browser/extensions/window_open_apitest.cc

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: chrome/browser/extensions/window_open_apitest.cc
diff --git a/chrome/browser/extensions/window_open_apitest.cc b/chrome/browser/extensions/window_open_apitest.cc
index 0a3c8cb9788dd19b8f305006a031707aecd7b944..978f77cd7ddad41bd173de1a20c2c9acb00ef3f1 100644
--- a/chrome/browser/extensions/window_open_apitest.cc
+++ b/chrome/browser/extensions/window_open_apitest.cc
@@ -63,8 +63,8 @@ bool WaitForTabsAndPopups(Browser* browser,
int num_popups,
int num_panels) {
SCOPED_TRACE(
- StringPrintf("WaitForTabsAndPopups tabs:%d, popups:%d, panels:%d",
- num_tabs, num_popups, num_panels));
+ base::StringPrintf("WaitForTabsAndPopups tabs:%d, popups:%d, panels:%d",
+ num_tabs, num_popups, num_panels));
// We start with one tab and one browser already open.
++num_tabs;
size_t num_browsers = static_cast<size_t>(num_popups) + 1;

Powered by Google App Engine
This is Rietveld 408576698