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

Side by Side Diff: chrome/common/resource_dispatcher_unittest.cc

Issue 46039: Removed unneeded includes of base/scoped_ptr.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/libxml_utils.h ('k') | chrome/installer/util/helper_unittest.cc » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 #include <string> 5 #include <string>
6 #include <vector> 6 #include <vector>
7 7
8 #include "base/process.h" 8 #include "base/process.h"
9 #include "base/scoped_ptr.h"
9 #include "chrome/common/filter_policy.h" 10 #include "chrome/common/filter_policy.h"
10 #include "chrome/common/render_messages.h" 11 #include "chrome/common/render_messages.h"
11 #include "chrome/common/resource_dispatcher.h" 12 #include "chrome/common/resource_dispatcher.h"
12 13
13 #include "testing/gtest/include/gtest/gtest.h" 14 #include "testing/gtest/include/gtest/gtest.h"
14 15
15 using webkit_glue::ResourceLoaderBridge; 16 using webkit_glue::ResourceLoaderBridge;
16 17
17 static const char test_page_url[] = "http://www.google.com/"; 18 static const char test_page_url[] = "http://www.google.com/";
18 static const char test_page_headers[] = 19 static const char test_page_headers[] =
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 // FIXME 181 // FIXME
181 } 182 }
182 183
183 TEST_F(ResourceDispatcherTest, Cookies) { 184 TEST_F(ResourceDispatcherTest, Cookies) {
184 // FIXME 185 // FIXME
185 } 186 }
186 187
187 TEST_F(ResourceDispatcherTest, SerializedPostData) { 188 TEST_F(ResourceDispatcherTest, SerializedPostData) {
188 // FIXME 189 // FIXME
189 } 190 }
OLDNEW
« no previous file with comments | « chrome/common/libxml_utils.h ('k') | chrome/installer/util/helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698