Index: chrome/browser/extensions/api/networking_private/networking_private_apitest.cc |
diff --git a/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc b/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc |
index 93f181c2b65b87444907c5281b1beccc6ecb06dc..33f1c9ce01a44ad6bca34d1e038caa350e7528e0 100644 |
--- a/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc |
+++ b/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc |
@@ -15,7 +15,6 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#if defined(OS_CHROMEOS) |
-#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/chromeos/login/helper.h" |
#include "chrome/browser/chromeos/net/network_portal_detector_test_impl.h" |
#include "chromeos/chromeos_switches.h" |
@@ -39,6 +38,7 @@ |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_source.h" |
+#include "extensions/browser/notification_types.h" |
#include "policy/policy_constants.h" |
#include "third_party/cros_system_api/dbus/service_constants.h" |
#else // !defined(OS_CHROMEOS) |
@@ -82,7 +82,7 @@ class TestListener : public content::NotificationObserver { |
TestListener(const std::string& message, const base::Closure& callback) |
: message_(message), callback_(callback) { |
registrar_.Add(this, |
- chrome::NOTIFICATION_EXTENSION_TEST_MESSAGE, |
+ extensions::NOTIFICATION_EXTENSION_TEST_MESSAGE, |
content::NotificationService::AllSources()); |
} |