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

Unified Diff: base/clipboard.h

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 7 months 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 | « no previous file | base/clipboard.cc » ('j') | base/system_monitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard.h
diff --git a/base/clipboard.h b/base/clipboard.h
index 98f3b31d0587e1198c3d794318c2b4699d3c3b8b..a404418704c49bb3b82cf2b49ccb240a23002776 100644
--- a/base/clipboard.h
+++ b/base/clipboard.h
@@ -9,10 +9,14 @@
#include <string>
#include <vector>
-#include "base/file_path.h"
#include "base/process.h"
#include "base/string16.h"
-#include "base/gfx/size.h"
+
+namespace gfx {
+class Size;
+}
+
+class FilePath;
class Clipboard {
public:
« no previous file with comments | « no previous file | base/clipboard.cc » ('j') | base/system_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698