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

Unified Diff: ui/base/clipboard/find_pasteboard.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: ui/base/clipboard/find_pasteboard.mm
===================================================================
--- ui/base/clipboard/find_pasteboard.mm (revision 125450)
+++ ui/base/clipboard/find_pasteboard.mm (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "content/browser/find_pasteboard.h"
+#import "ui/base/clipboard/find_pasteboard.h"
#include "base/logging.h"
#include "base/sys_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698