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

Unified Diff: base/clipboard_linux.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_linux.cc
diff --git a/base/clipboard_linux.cc b/base/clipboard_linux.cc
index d5195b4d7d7c8c57400087c43f370c0817f063ea..10c0deb985c0cea1e47b2005b5d5d8f3f9b12ca0 100644
--- a/base/clipboard_linux.cc
+++ b/base/clipboard_linux.cc
@@ -10,6 +10,8 @@
#include <string>
#include <utility>
+#include "base/file_path.h"
+#include "base/gfx/size.h"
#include "base/scoped_ptr.h"
#include "base/linux_util.h"
#include "base/string_util.h"
« no previous file with comments | « base/clipboard.cc ('k') | base/clipboard_mac.mm » ('j') | base/system_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698