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

Side by Side Diff: content/browser/find_pasteboard.h

Issue 7149013: Remove most of the remaining test dependencies (other than chrome/test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/find_pasteboard.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_FIND_PASTEBOARD_H_ 5 #ifndef CONTENT_BROWSER_FIND_PASTEBOARD_H_
6 #define CHROME_BROWSER_UI_COCOA_FIND_PASTEBOARD_H_ 6 #define CONTENT_BROWSER_FIND_PASTEBOARD_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/string16.h" 9 #include "base/string16.h"
10 10
11 #ifdef __OBJC__ 11 #ifdef __OBJC__
12 12
13 #import <Cocoa/Cocoa.h> 13 #import <Cocoa/Cocoa.h>
14 14
15 #include "base/memory/scoped_nsobject.h" 15 #include "base/memory/scoped_nsobject.h"
16 16
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 // This methods is meant to be overridden in tests. 49 // This methods is meant to be overridden in tests.
50 - (NSPasteboard*)findPboard; 50 - (NSPasteboard*)findPboard;
51 @end 51 @end
52 52
53 #endif // __OBJC__ 53 #endif // __OBJC__
54 54
55 // Also provide a c++ interface 55 // Also provide a c++ interface
56 string16 GetFindPboardText(); 56 string16 GetFindPboardText();
57 57
58 #endif // CHROME_BROWSER_UI_COCOA_FIND_PASTEBOARD_H_ 58 #endif // CONTENT_BROWSER_FIND_PASTEBOARD_H_
OLDNEW
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/find_pasteboard.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698