Index: chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc |
diff --git a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc |
index db6e0af7d6576c37c4bb0c2e302cd1d69dc0a5ab..9507620aa1a7c74d1101dc7619df3e2d33ccba3a 100644 |
--- a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc |
+++ b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc |
@@ -6,7 +6,6 @@ |
#include "base/macros.h" |
#include "base/strings/stringprintf.h" |
-#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/extensions/extension_apitest.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/net/nss_context.h" |
@@ -18,6 +17,7 @@ |
#include "content/public/common/content_switches.h" |
#include "content/public/test/test_utils.h" |
#include "content/test/net/url_request_mock_http_job.h" |
+#include "extensions/browser/notification_types.h" |
#include "net/base/net_errors.h" |
#include "net/cert/nss_cert_database.h" |
#include "policy/policy_constants.h" |
@@ -160,7 +160,7 @@ class EnterprisePlatformKeysTest : public ExtensionApiTest { |
// Set the policy and wait until the extension is installed. |
content::WindowedNotificationObserver observer( |
- chrome::NOTIFICATION_EXTENSION_WILL_BE_INSTALLED_DEPRECATED, |
+ extensions::NOTIFICATION_EXTENSION_WILL_BE_INSTALLED_DEPRECATED, |
content::NotificationService::AllSources()); |
policy_provider_.UpdateChromePolicy(policy); |
observer.Wait(); |