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

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

Issue 111373008: Update some uses of char16 to use the base:: namespace. (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_agent.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 e36bdb47f8980a8e3a21f56bdd1d39b2ae710255..1b553fae3aa865178b6d035af707f2342724cd45 100644
--- a/sandbox/win/src/handle_table.h
+++ b/sandbox/win/src/handle_table.h
@@ -18,22 +18,22 @@ namespace sandbox {
// for iterating through the table and retrieving handle info.
class HandleTable {
public:
- static const char16* HandleTable::kTypeProcess;
- static const char16* HandleTable::kTypeThread;
- static const char16* HandleTable::kTypeFile;
- static const char16* HandleTable::kTypeDirectory;
- static const char16* HandleTable::kTypeKey;
- static const char16* HandleTable::kTypeWindowStation;
- static const char16* HandleTable::kTypeDesktop;
- static const char16* HandleTable::kTypeService;
- static const char16* HandleTable::kTypeMutex;
- static const char16* HandleTable::kTypeSemaphore;
- static const char16* HandleTable::kTypeEvent;
- static const char16* HandleTable::kTypeTimer;
- static const char16* HandleTable::kTypeNamedPipe;
- static const char16* HandleTable::kTypeJobObject;
- static const char16* HandleTable::kTypeFileMap;
- static const char16* HandleTable::kTypeAlpcPort;
+ static const base::char16* HandleTable::kTypeProcess;
+ static const base::char16* HandleTable::kTypeThread;
+ static const base::char16* HandleTable::kTypeFile;
+ static const base::char16* HandleTable::kTypeDirectory;
+ static const base::char16* HandleTable::kTypeKey;
+ static const base::char16* HandleTable::kTypeWindowStation;
+ static const base::char16* HandleTable::kTypeDesktop;
+ static const base::char16* HandleTable::kTypeService;
+ static const base::char16* HandleTable::kTypeMutex;
+ static const base::char16* HandleTable::kTypeSemaphore;
+ static const base::char16* HandleTable::kTypeEvent;
+ static const base::char16* HandleTable::kTypeTimer;
+ static const base::char16* HandleTable::kTypeNamedPipe;
+ static const base::char16* HandleTable::kTypeJobObject;
+ static const base::char16* HandleTable::kTypeFileMap;
+ static const base::char16* HandleTable::kTypeAlpcPort;
class Iterator;
« no previous file with comments | « sandbox/win/src/handle_closer_agent.cc ('k') | sandbox/win/src/handle_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698