Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / extensions / input_method_apitest_chromeos.cc
index c8d175e..c8e0a34 100644 (file)
@@ -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());
   }