Index: chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc |
diff --git a/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc b/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc |
index c8d175e5f4382eadf2f20854ccf6bd44a2dcde68..c8e0a343e69f7fbdafd6b8cc099e2d79cf992587 100644 |
--- a/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc |
+++ b/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc |
@@ -9,7 +9,6 @@ |
#include "base/command_line.h" |
#include "base/memory/ref_counted.h" |
#include "base/strings/stringprintf.h" |
-#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/chromeos/extensions/input_method_event_router.h" |
#include "chrome/browser/chromeos/input_method/input_method_util.h" |
#include "chromeos/ime/extension_ime_util.h" |
@@ -19,6 +18,7 @@ |
#include "content/public/browser/notification_service.h" |
#include "extensions/common/switches.h" |
#include "extensions/browser/api/test/test_api.h" |
+#include "extensions/browser/notification_types.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
@@ -31,7 +31,8 @@ const char kBackgroundReady[] = "ready"; |
class TestListener : public content::NotificationObserver { |
public: |
explicit TestListener() { |
- registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_TEST_MESSAGE, |
+ registrar_.Add(this, |
+ extensions::NOTIFICATION_EXTENSION_TEST_MESSAGE, |
content::NotificationService::AllSources()); |
} |