| Index: chrome/browser/ui/toolbar/wrench_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.h b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| index 3b953832ca6391659098e23e795311382d5e31ba..d6c391829ebfc6fa7095725ee77e7c49f379b0d7 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/tabs/tab_strip_model_observer.h"
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_registrar.h"
|
| #include "ui/base/models/accelerator.h"
|
| #include "ui/base/models/button_menu_item_model.h"
|
| #include "ui/base/models/simple_menu_model.h"
|
|
|