| Index: ui/views/bubble/bubble_frame_view.h
|
| diff --git a/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
|
| similarity index 92%
|
| copy from views/bubble/bubble_frame_view.h
|
| copy to ui/views/bubble/bubble_frame_view.h
|
| index 1e3cbdaabcaf141806203a10a0e4cf06f5826d8c..f134725439c6edbaad1c0c71cc86201fe9869156 100644
|
| --- a/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.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 VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
| -#define VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
| +#ifndef UI_VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
| +#define UI_VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
| #pragma once
|
|
|
| #include "base/gtest_prod_util.h"
|
| @@ -54,4 +54,4 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
| +#endif // UI_VIEWS_BUBBLE_BUBBLE_FRAME_VIEW_H_
|
|
|