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

Unified Diff: base/clipboard_win.cc

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
Index: base/clipboard_win.cc
diff --git a/base/clipboard_win.cc b/base/clipboard_win.cc
index 5ce479f858b9437f9366f61fa09e780fa302508d..684bec6e0b2cf7fe33a4cbda36a0f68448022a23 100644
--- a/base/clipboard_win.cc
+++ b/base/clipboard_win.cc
@@ -11,6 +11,8 @@
#include <shellapi.h>
#include "base/clipboard_util.h"
+#include "base/file_path.h"
+#include "base/gfx/size.h"
#include "base/lock.h"
#include "base/logging.h"
#include "base/message_loop.h"
« no previous file with comments | « base/clipboard_unittest.cc ('k') | base/condition_variable.h » ('j') | base/system_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698