| Index: chrome/browser/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profile.cc (revision 5371)
|
| +++ chrome/browser/profile.cc (working copy)
|
| @@ -652,7 +652,7 @@
|
| return this;
|
| }
|
|
|
| -static void BroadcastNewHistoryTable(SharedMemory* table_memory) {
|
| +static void BroadcastNewHistoryTable(base::SharedMemory* table_memory) {
|
| if (!table_memory)
|
| return;
|
|
|
| @@ -662,7 +662,7 @@
|
| if (!i->second->channel())
|
| continue;
|
|
|
| - SharedMemoryHandle new_table;
|
| + base::SharedMemoryHandle new_table;
|
| HANDLE process = i->second->process().handle();
|
| if (!process) {
|
| // process can be null if it's started with the --single-process flag.
|
|
|