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

Unified Diff: content/browser/renderer_host/clipboard_message_filter_mac.mm

Issue 9619025: Move FindPasteboard to ui/base/cocoa since it's used by two modules (content+chrome). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: content/browser/renderer_host/clipboard_message_filter_mac.mm
===================================================================
--- content/browser/renderer_host/clipboard_message_filter_mac.mm (revision 125450)
+++ content/browser/renderer_host/clipboard_message_filter_mac.mm (working copy)
@@ -10,8 +10,8 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/sys_string_conversions.h"
-#import "content/browser/find_pasteboard.h"
#include "content/public/browser/browser_thread.h"
+#import "ui/base/clipboard/find_pasteboard.h"
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698