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

Unified Diff: content/public/browser/worker_service.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/browser/web_ui_message_handler.h ('k') | content/public/browser/worker_service_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/worker_service.h
diff --git a/content/public/browser/worker_service.h b/content/public/browser/worker_service.h
index 10740faf9b42ddc441698e9c047b887b9e45decb..7ce2bf4ec1fd7e52ec36bd576a2cad7652ce188f 100644
--- a/content/public/browser/worker_service.h
+++ b/content/public/browser/worker_service.h
@@ -31,7 +31,7 @@ class WorkerService {
struct WorkerInfo {
GURL url;
- string16 name;
+ base::string16 name;
int process_id;
int route_id;
base::ProcessHandle handle;
« no previous file with comments | « content/public/browser/web_ui_message_handler.h ('k') | content/public/browser/worker_service_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698