| Index: content/browser/browser_thread_impl.cc
|
| diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc
|
| index dd77c8dac04a1d0175e768e2af5e333965f26f5b..90b581882fb7bfb0fc35c332215e1a677b364f6b 100644
|
| --- a/content/browser/browser_thread_impl.cc
|
| +++ b/content/browser/browser_thread_impl.cc
|
| @@ -30,7 +30,7 @@ namespace content {
|
| namespace {
|
|
|
| // Friendly names for the well-known threads.
|
| -static const char* g_browser_thread_names[BrowserThread::ID_COUNT] = {
|
| +static const char* const g_browser_thread_names[BrowserThread::ID_COUNT] = {
|
| "", // UI (name assembled in browser_main.cc).
|
| "Chrome_DBThread", // DB
|
| "Chrome_FileThread", // FILE
|
|
|