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

Side by Side Diff: chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.h

Issue 2511683002: Remove unneeded stringprintf.h usage in chrome/ and net/ (Closed)
Patch Set: rebase Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_ 5 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_
6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_ 6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_util.h" 10 #include "base/files/file_util.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/strings/stringprintf.h"
13 #include "base/values.h" 12 #include "base/values.h"
14 #include "chrome/browser/sync_file_system/drive_backend/fake_drive_service_helpe r.h" 13 #include "chrome/browser/sync_file_system/drive_backend/fake_drive_service_helpe r.h"
15 #include "components/drive/drive_uploader.h" 14 #include "components/drive/drive_uploader.h"
16 #include "components/drive/service/fake_drive_service.h" 15 #include "components/drive/service/fake_drive_service.h"
17 #include "google_apis/drive/drive_api_error_codes.h" 16 #include "google_apis/drive/drive_api_error_codes.h"
18 #include "google_apis/drive/test_util.h" 17 #include "google_apis/drive/test_util.h"
19 #include "net/base/escape.h" 18 #include "net/base/escape.h"
20 19
21 namespace sync_file_system { 20 namespace sync_file_system {
22 namespace drive_backend { 21 namespace drive_backend {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 FakeDriveServiceWrapper* fake_drive_service_; 82 FakeDriveServiceWrapper* fake_drive_service_;
84 bool make_file_conflict_; 83 bool make_file_conflict_;
85 84
86 DISALLOW_COPY_AND_ASSIGN(FakeDriveUploader); 85 DISALLOW_COPY_AND_ASSIGN(FakeDriveUploader);
87 }; 86 };
88 87
89 } // namespace drive_backend 88 } // namespace drive_backend
90 } // namespace sync_file_system 89 } // namespace sync_file_system
91 90
92 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_ 91 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_UPLOADER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698