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

Unified Diff: ui/base/clipboard/find_pasteboard.h

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
« no previous file with comments | « content/content_browser.gypi ('k') | ui/base/clipboard/find_pasteboard.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/find_pasteboard.h
===================================================================
--- ui/base/clipboard/find_pasteboard.h (revision 125450)
+++ ui/base/clipboard/find_pasteboard.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_FIND_PASTEBOARD_H_
-#define CONTENT_BROWSER_FIND_PASTEBOARD_H_
+#ifndef UI_BASE_CLIPBOARD_FIND_PASTEBOARD_H_
+#define UI_BASE_CLIPBOARD_FIND_PASTEBOARD_H_
#pragma once
#include "base/string16.h"
@@ -13,9 +13,9 @@
#import <Cocoa/Cocoa.h>
#include "base/memory/scoped_nsobject.h"
-#include "content/common/content_export.h"
+#include "ui/base/ui_export.h"
-CONTENT_EXPORT extern NSString* kFindPasteboardChangedNotification;
+UI_EXPORT extern NSString* kFindPasteboardChangedNotification;
// Manages the find pasteboard. Use this to copy text to the find pasteboard,
// to get the text currently on the find pasteboard, and to receive
@@ -54,6 +54,6 @@
#endif // __OBJC__
// Also provide a c++ interface
Avi (use Gerrit) 2012/03/07 21:47:27 Capital C++, period at end.
-CONTENT_EXPORT string16 GetFindPboardText();
+UI_EXPORT string16 GetFindPboardText();
-#endif // CONTENT_BROWSER_FIND_PASTEBOARD_H_
+#endif // UI_BASE_CLIPBOARD_FIND_PASTEBOARD_H_
« no previous file with comments | « content/content_browser.gypi ('k') | ui/base/clipboard/find_pasteboard.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698