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

Unified Diff: google_apis/drive/base_requests_unittest.cc

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: google_apis/drive/base_requests_unittest.cc
diff --git a/google_apis/drive/base_requests_unittest.cc b/google_apis/drive/base_requests_unittest.cc
index 819f3e79d283c8ea31487be515d5ddcf12ac4520..11f887c34372e3c7e3f4c9adcb064e61a532d918 100644
--- a/google_apis/drive/base_requests_unittest.cc
+++ b/google_apis/drive/base_requests_unittest.cc
@@ -27,9 +27,9 @@ const char kInvalidJsonString[] = "$$$";
class FakeUrlFetchRequest : public UrlFetchRequestBase {
public:
- explicit FakeUrlFetchRequest(RequestSender* sender,
- const EntryActionCallback& callback,
- const GURL& url)
+ FakeUrlFetchRequest(RequestSender* sender,
+ const EntryActionCallback& callback,
+ const GURL& url)
: UrlFetchRequestBase(sender),
callback_(callback),
url_(url) {
« no previous file with comments | « chrome/browser/chromeos/file_manager/drive_test_util.cc ('k') | ui/file_manager/file_manager/background/js/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698