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

Unified Diff: chrome/browser/do_not_track_browsertest.cc

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/diagnostics/diagnostics_writer.cc ('k') | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/do_not_track_browsertest.cc
diff --git a/chrome/browser/do_not_track_browsertest.cc b/chrome/browser/do_not_track_browsertest.cc
index 561fa85b446d116a00e05cb7dfd47288d3fe5392..934ab86ed77c6fc8e8528f12a47d636b17a488a1 100644
--- a/chrome/browser/do_not_track_browsertest.cc
+++ b/chrome/browser/do_not_track_browsertest.cc
@@ -28,7 +28,7 @@ IN_PROC_BROWSER_TEST_F(DoNotTrackTest, Simple) {
int matches = ui_test_utils::FindInPage(
browser()->tab_strip_model()->GetActiveWebContents(),
- string16(ASCIIToUTF16("1")),
+ base::string16(ASCIIToUTF16("1")),
true /* forward */, false /* match case */, NULL /* ordinal */,
NULL /* selection_rect */);
@@ -49,7 +49,7 @@ IN_PROC_BROWSER_TEST_F(DoNotTrackTest, Redirect) {
int matches = ui_test_utils::FindInPage(
browser()->tab_strip_model()->GetActiveWebContents(),
- string16(ASCIIToUTF16("1")),
+ base::string16(ASCIIToUTF16("1")),
true /* forward */, false /* match case */, NULL /* ordinal */,
NULL /* selection_rect */);
« no previous file with comments | « chrome/browser/diagnostics/diagnostics_writer.cc ('k') | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698