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

Unified Diff: ui/base/clipboard/clipboard_win.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/clipboard/clipboard.h ('k') | ui/base/cursor/cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard_win.h
diff --git a/ui/base/clipboard/clipboard_win.h b/ui/base/clipboard/clipboard_win.h
index f6451a1bcd8ece0c08a75c628ceee7113af08542..6202c61ca84364ea2168f35bac61be32f6fd718a 100644
--- a/ui/base/clipboard/clipboard_win.h
+++ b/ui/base/clipboard/clipboard_win.h
@@ -13,6 +13,16 @@
#include "base/macros.h"
#include "ui/base/clipboard/clipboard.h"
+namespace base {
+namespace win {
+class MessageWindow;
+}
+}
+
+namespace gfx {
+class Size;
+}
+
namespace ui {
class ClipboardWin : public Clipboard {
« no previous file with comments | « ui/base/clipboard/clipboard.h ('k') | ui/base/cursor/cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698