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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

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
Index: chrome/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 5129527538295d2862da7ed023bb83614e9395b1..05ff04992431b68624f64136d7ee84648d7247d2 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1334,7 +1334,7 @@ class TestingAutomationProvider : public AutomationProvider,
// Execute Javascript in the context of a specific render view.
void ExecuteJavascriptInRenderViewFrame(
- const string16& frame_xpath, const string16& script,
+ const base::string16& frame_xpath, const base::string16& script,
IPC::Message* reply_message, content::RenderViewHost* render_view_host);
// Selects the given |tab| if not selected already.
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698