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

Unified Diff: chrome/browser/ui/browser.cc

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: chrome/browser/ui/browser.cc
===================================================================
--- chrome/browser/ui/browser.cc (revision 125450)
+++ chrome/browser/ui/browser.cc (working copy)
@@ -198,7 +198,7 @@
#endif // OS_WIN
#if defined(OS_MACOSX)
-#include "content/browser/find_pasteboard.h"
+#include "ui/base/clipboard/find_pasteboard.h"
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm » ('j') | ui/base/clipboard/find_pasteboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698