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

Side by Side Diff: webkit/plugins/ppapi/url_request_info_unittest.cc

Issue 8849003: Rename the shared_impl resource files to give them more regular names. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « webkit/plugins/ppapi/resource_creation_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Deleted: svn:mergeinfo
Reverse-merged /branches/chrome_webkit_merge_branch/src/webkit/plugins/ppapi/url_request_info_unittest.cc:r3734-4217,4606-5108,5177-5263
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 #include "ppapi/shared_impl/url_request_info_impl.h"
6 #include "ppapi/thunk/thunk.h" 5 #include "ppapi/thunk/thunk.h"
7 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" 6 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" 7 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLReques t.h" 8 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLReques t.h"
10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
11 #include "webkit/glue/user_agent.h" 10 #include "webkit/glue/user_agent.h"
12 #include "webkit/glue/webkit_glue.h" 11 #include "webkit/glue/webkit_glue.h"
13 #include "webkit/plugins/ppapi/ppapi_plugin_instance.h" 12 #include "webkit/plugins/ppapi/ppapi_plugin_instance.h"
14 #include "webkit/plugins/ppapi/ppb_url_request_info_impl.h" 13 #include "webkit/plugins/ppapi/ppb_url_request_info_impl.h"
15 #include "webkit/plugins/ppapi/ppapi_unittest.h" 14 #include "webkit/plugins/ppapi/ppapi_unittest.h"
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 GetHeaderValue("foo"), "bar")); 251 GetHeaderValue("foo"), "bar"));
253 EXPECT_TRUE(IsExpected( 252 EXPECT_TRUE(IsExpected(
254 GetHeaderValue("bar"), "baz")); 253 GetHeaderValue("bar"), "baz"));
255 } 254 }
256 255
257 // TODO(bbudge) Unit tests for AppendDataToBody, AppendFileToBody. 256 // TODO(bbudge) Unit tests for AppendDataToBody, AppendFileToBody.
258 257
259 } // namespace ppapi 258 } // namespace ppapi
260 } // namespace webkit 259 } // namespace webkit
261 260
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/resource_creation_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698