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

Unified Diff: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.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: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm
===================================================================
--- chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm (revision 125450)
+++ chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm (working copy)
@@ -12,8 +12,8 @@
#import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h"
#import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h"
#import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h"
-#import "content/browser/find_pasteboard.h"
#include "grit/generated_resources.h"
+#import "ui/base/clipboard/find_pasteboard.h"
#include "ui/base/l10n/l10n_util_mac.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698