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

Side by Side Diff: chrome/browser/ui/cocoa/collected_cookies_mac_unittest.mm

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #import <Cocoa/Cocoa.h> 5 #import <Cocoa/Cocoa.h>
6 6
7 #include "base/ref_counted.h" 7 #include "base/ref_counted.h"
8 #include "chrome/browser/profile.h" 8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/renderer_host/site_instance.h" 9 #include "chrome/browser/renderer_host/site_instance.h"
10 #include "chrome/browser/renderer_host/test/test_render_view_host.h" 10 #include "chrome/browser/renderer_host/test/test_render_view_host.h"
11 #include "chrome/browser/tab_contents/test_tab_contents.h" 11 #include "chrome/browser/tab_contents/test_tab_contents.h"
12 #import "chrome/browser/ui/cocoa/collected_cookies_mac.h" 12 #import "chrome/browser/ui/cocoa/collected_cookies_mac.h"
13 #include "chrome/test/testing_profile.h" 13 #include "chrome/test/testing_profile.h"
14 14
15 namespace { 15 namespace {
16 16
17 class CollectedCookiesWindowControllerTest : public RenderViewHostTestHarness { 17 class CollectedCookiesWindowControllerTest : public RenderViewHostTestHarness {
18 }; 18 };
(...skipping 10 matching lines...) Expand all
29 [[CollectedCookiesWindowController alloc] 29 [[CollectedCookiesWindowController alloc]
30 initWithTabContents:tabContents]; 30 initWithTabContents:tabContents];
31 31
32 [controller release]; 32 [controller release];
33 33
34 delete tabContents; 34 delete tabContents;
35 } 35 }
36 36
37 } // namespace 37 } // namespace
38 38
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/collected_cookies_mac.mm ('k') | chrome/browser/ui/cocoa/constrained_html_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698