Index: chrome/utility/chrome_content_utility_ipc_whitelist.cc |
diff --git a/chrome/utility/chrome_content_utility_ipc_whitelist.cc b/chrome/utility/chrome_content_utility_ipc_whitelist.cc |
index fddac1368c24b93f4d861e1d6e50224486067660..ca1d087ded759fb919501cfba432df7fdc10b2d1 100644 |
--- a/chrome/utility/chrome_content_utility_ipc_whitelist.cc |
+++ b/chrome/utility/chrome_content_utility_ipc_whitelist.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/utility/chrome_content_utility_ipc_whitelist.h" |
#include "chrome/common/chrome_utility_messages.h" |
+#include "chrome/utility/chrome_content_utility_ipc_whitelist.h" |
namespace chrome { |
const uint32 kMessageWhitelist[] = { |
#ifdef OS_WIN |
Jorge Lucangeli Obes
2014/07/22 17:20:04
#if defined(OS_WIN)
Don't even know why we have i
|
- ChromeUtilityHostMsg_GetAndEncryptWiFiCredentials::ID, |
+ ChromeUtilityHostMsg_GetWiFiCredentials::ID, |
#endif // OS_WIN |
ChromeUtilityMsg_ImageWriter_Cancel::ID, |
ChromeUtilityMsg_ImageWriter_Write::ID, |