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

Unified Diff: chrome/test/base/browser_with_test_window_test.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years 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 | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/base/browser_with_test_window_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/browser_with_test_window_test.h
diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
index dfe88ebf0a0d52384079171fb06ab69fb4667a00..0aa3d26b103279d6894f9b6dd87507b15e01a96b 100644
--- a/chrome/test/base/browser_with_test_window_test.h
+++ b/chrome/test/base/browser_with_test_window_test.h
@@ -122,10 +122,9 @@ class BrowserWithTestWindowTest : public testing::Test {
void NavigateAndCommitActiveTab(const GURL& url);
// Set the |title| of the current tab.
- void NavigateAndCommitActiveTabWithTitle(
- Browser* browser,
- const GURL& url,
- const string16& title);
+ void NavigateAndCommitActiveTabWithTitle(Browser* browser,
+ const GURL& url,
+ const base::string16& title);
// Destroys the browser, window, and profile created by this class. This is
// invoked from the destructor.
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/base/browser_with_test_window_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698