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

Unified Diff: ui/base/clipboard/clipboard.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/base_window.h ('k') | ui/base/clipboard/clipboard_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard.h
diff --git a/ui/base/clipboard/clipboard.h b/ui/base/clipboard/clipboard.h
index c164955030b8e6d76cd9425d365c1f840e1fff5d..18d2bb2c52aa73f446a9b16cb1bba2a435f58476 100644
--- a/ui/base/clipboard/clipboard.h
+++ b/ui/base/clipboard/clipboard.h
@@ -29,18 +29,6 @@
#include <objidl.h>
#endif
-namespace base {
-class FilePath;
-
-namespace win {
-class MessageWindow;
-} // namespace win
-} // namespace base
-
-namespace gfx {
-class Size;
-}
-
class SkBitmap;
#ifdef __OBJC__
@@ -50,8 +38,6 @@ class NSString;
#endif
namespace ui {
-template <typename T>
-class ClipboardTest;
class TestClipboard;
class ScopedClipboardWriter;
« no previous file with comments | « ui/base/base_window.h ('k') | ui/base/clipboard/clipboard_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698