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

Unified Diff: ppapi/tests/test_url_loader.h

Issue 4747001: Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « ppapi/tests/test_file_ref.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_url_loader.h
===================================================================
--- ppapi/tests/test_url_loader.h (revision 65624)
+++ ppapi/tests/test_url_loader.h (working copy)
@@ -11,8 +11,8 @@
namespace pp {
class FileIO_Dev;
-class URLLoader_Dev;
-class URLRequestInfo_Dev;
+class URLLoader;
+class URLRequestInfo;
}
class TestURLLoader : public TestCase {
@@ -25,9 +25,9 @@
private:
std::string ReadEntireFile(pp::FileIO_Dev* file_io, std::string* data);
- std::string ReadEntireResponseBody(pp::URLLoader_Dev* loader,
+ std::string ReadEntireResponseBody(pp::URLLoader* loader,
std::string* body);
- std::string LoadAndCompareBody(const pp::URLRequestInfo_Dev& request,
+ std::string LoadAndCompareBody(const pp::URLRequestInfo& request,
const std::string& expected_body);
std::string TestBasicGET();
« no previous file with comments | « ppapi/tests/test_file_ref.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698