Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: chrome/browser/chromeos/frame/bubble_window.h

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_
6 #define CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_ 6 #define CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/chromeos/frame/bubble_window_style.h" 9 #include "chrome/browser/chromeos/frame/bubble_window_style.h"
10 #include "chrome/browser/ui/dialog_style.h" 10 #include "chrome/browser/ui/dialog_style.h"
11 11
12 #if defined(TOOLKIT_USES_GTK) 12 #if defined(TOOLKIT_USES_GTK)
13 // TODO(msw): While I dislike the includes and code to be mixed into the same 13 // TODO(msw): While I dislike the includes and code to be mixed into the same
14 // preprocessor conditional, this seems okay as I can hopefully fix this up 14 // preprocessor conditional, this seems okay as I can hopefully fix this up
15 // in a matter of days / crbug.com/98322. 15 // in a matter of days / crbug.com/98322.
16 #include "views/widget/native_widget_gtk.h" 16 #include "ui/views/widget/native_widget_gtk.h"
17 #else // TOOLKIT_USES_GTK 17 #else // TOOLKIT_USES_GTK
18 #include "views/view.h" 18 #include "views/view.h"
19 #endif 19 #endif
20 20
21 namespace views { 21 namespace views {
22 class WidgetDelegate; 22 class WidgetDelegate;
23 } 23 }
24 24
25 #if defined(TOOLKIT_USES_GTK) 25 #if defined(TOOLKIT_USES_GTK)
26 // TODO(msw): To fix as explained above (crbug.com/98322). 26 // TODO(msw): To fix as explained above (crbug.com/98322).
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 NOTIMPLEMENTED(); 61 NOTIMPLEMENTED();
62 return NULL; 62 return NULL;
63 } 63 }
64 }; 64 };
65 65
66 } // namespace chromeos 66 } // namespace chromeos
67 67
68 #endif // TOOLKIT_USES_GTK 68 #endif // TOOLKIT_USES_GTK
69 69
70 #endif // CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_ 70 #endif // CHROME_BROWSER_CHROMEOS_FRAME_BUBBLE_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/frame/bubble_frame_view.cc ('k') | chrome/browser/chromeos/frame/layout_mode_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698