| Index: chrome/browser/renderer_context_menu/spelling_bubble_model.h
|
| diff --git a/chrome/browser/tab_contents/spelling_bubble_model.h b/chrome/browser/renderer_context_menu/spelling_bubble_model.h
|
| similarity index 86%
|
| rename from chrome/browser/tab_contents/spelling_bubble_model.h
|
| rename to chrome/browser/renderer_context_menu/spelling_bubble_model.h
|
| index 149bcaab19042bc9dbcb41a8748dc7ecc0e4794e..80b09e9a6b4d497b62c9568eca0499daeef29ff9 100644
|
| --- a/chrome/browser/tab_contents/spelling_bubble_model.h
|
| +++ b/chrome/browser/renderer_context_menu/spelling_bubble_model.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_TAB_CONTENTS_SPELLING_BUBBLE_MODEL_H_
|
| -#define CHROME_BROWSER_TAB_CONTENTS_SPELLING_BUBBLE_MODEL_H_
|
| +#ifndef CHROME_BROWSER_RENDERER_CONTEXT_MENU_SPELLING_BUBBLE_MODEL_H_
|
| +#define CHROME_BROWSER_RENDERER_CONTEXT_MENU_SPELLING_BUBBLE_MODEL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -45,4 +45,4 @@ class SpellingBubbleModel : public ConfirmBubbleModel {
|
| DISALLOW_COPY_AND_ASSIGN(SpellingBubbleModel);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_TAB_CONTENTS_SPELLING_BUBBLE_MODEL_H_
|
| +#endif // CHROME_BROWSER_RENDERER_CONTEXT_MENU_SPELLING_BUBBLE_MODEL_H_
|
|
|