| Index: chrome/browser/chromeos/wm_ipc.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/wm_ipc.cc (revision 106380)
|
| +++ chrome/browser/chromeos/wm_ipc.cc (working copy)
|
| @@ -14,7 +14,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "ui/base/x/x11_util.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| @@ -303,7 +303,7 @@
|
| GetAtomName(ATOM_CHROME_LAYOUT_MODE),
|
| &value)) {
|
| layout_mode_ = static_cast<WmIpcLayoutMode>(value);
|
| - NotificationService::current()->Notify(
|
| + content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_LAYOUT_MODE_CHANGED,
|
| content::Source<WmIpc>(this),
|
| content::Details<WmIpcLayoutMode>(&layout_mode_));
|
|
|