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

Unified Diff: sandbox/win/src/handle_table.h

Issue 119713003: Add base:: to string16s in sandbox/. (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 | « sandbox/win/src/handle_closer_test.cc ('k') | sandbox/win/src/handle_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/handle_table.h
diff --git a/sandbox/win/src/handle_table.h b/sandbox/win/src/handle_table.h
index 21ff80ff4817d3390055ec267d4eb7e23865e6be..e36bdb47f8980a8e3a21f56bdd1d39b2ae710255 100644
--- a/sandbox/win/src/handle_table.h
+++ b/sandbox/win/src/handle_table.h
@@ -54,11 +54,11 @@ class HandleTable {
const OBJECT_TYPE_INFORMATION* TypeInfo();
- const string16& Name();
+ const base::string16& Name();
- const string16& Type();
+ const base::string16& Type();
- bool IsType(const string16& type_string);
+ bool IsType(const base::string16& type_string);
private:
friend class Iterator;
@@ -84,8 +84,8 @@ class HandleTable {
const SYSTEM_HANDLE_INFORMATION* handle_entry_;
const SYSTEM_HANDLE_INFORMATION* last_entry_;
std::vector<BYTE> type_info_buffer_;
- string16 handle_name_;
- string16 type_name_;
+ base::string16 handle_name_;
+ base::string16 type_name_;
DISALLOW_COPY_AND_ASSIGN(HandleEntry);
};
« no previous file with comments | « sandbox/win/src/handle_closer_test.cc ('k') | sandbox/win/src/handle_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698