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

Unified Diff: content/public/test/render_view_test.h

Issue 102593002: Convert string16 to base::string16 in content. (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 | « content/public/test/mock_render_thread.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 6a5c2a1815b98ce05946abf5311074bb3c6cc1ef..204d0231f9738b7951b6fcd07a1a386f79c5d06d 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -66,7 +66,8 @@ class RenderViewTest : public testing::Test {
// |result|.
// Returns true if the JavaScript was evaluated correctly to an int value,
// false otherwise.
- bool ExecuteJavaScriptAndReturnIntValue(const string16& script, int* result);
+ bool ExecuteJavaScriptAndReturnIntValue(const base::string16& script,
+ int* result);
// Loads the given HTML into the main frame as a data: URL and blocks until
// the navigation is committed.
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698