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

Side by Side Diff: extensions/browser/api/printer_provider/printer_provider_apitest.cc

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 <stddef.h>
6
5 #include <utility> 7 #include <utility>
6 #include <vector> 8 #include <vector>
7 9
8 #include "base/bind.h" 10 #include "base/bind.h"
9 #include "base/files/file.h" 11 #include "base/files/file.h"
10 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
11 #include "base/files/file_util.h" 13 #include "base/files/file_util.h"
12 #include "base/files/scoped_temp_dir.h" 14 #include "base/files/scoped_temp_dir.h"
13 #include "base/json/json_string_value_serializer.h" 15 #include "base/json/json_string_value_serializer.h"
16 #include "base/macros.h"
14 #include "base/memory/ref_counted_memory.h" 17 #include "base/memory/ref_counted_memory.h"
15 #include "base/run_loop.h" 18 #include "base/run_loop.h"
16 #include "base/strings/stringprintf.h" 19 #include "base/strings/stringprintf.h"
17 #include "base/strings/utf_string_conversions.h" 20 #include "base/strings/utf_string_conversions.h"
18 #include "device/usb/mock_usb_device.h" 21 #include "device/usb/mock_usb_device.h"
19 #include "device/usb/mock_usb_service.h" 22 #include "device/usb/mock_usb_service.h"
20 #include "extensions/browser/api/printer_provider/printer_provider_api.h" 23 #include "extensions/browser/api/printer_provider/printer_provider_api.h"
21 #include "extensions/browser/api/printer_provider/printer_provider_api_factory.h " 24 #include "extensions/browser/api/printer_provider/printer_provider_api_factory.h "
22 #include "extensions/browser/api/printer_provider/printer_provider_print_job.h" 25 #include "extensions/browser/api/printer_provider/printer_provider_print_job.h"
23 #include "extensions/browser/api/usb/usb_guid_map.h" 26 #include "extensions/browser/api/usb/usb_guid_map.h"
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 RunUsbPrinterInfoRequestTest("EMPTY_RESPONSE"); 850 RunUsbPrinterInfoRequestTest("EMPTY_RESPONSE");
848 } 851 }
849 852
850 IN_PROC_BROWSER_TEST_F(PrinterProviderApiTest, GetUsbPrinterInfoNoListener) { 853 IN_PROC_BROWSER_TEST_F(PrinterProviderApiTest, GetUsbPrinterInfoNoListener) {
851 RunUsbPrinterInfoRequestTest("NO_LISTENER"); 854 RunUsbPrinterInfoRequestTest("NO_LISTENER");
852 } 855 }
853 856
854 } // namespace 857 } // namespace
855 858
856 } // namespace extensions 859 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/browser/api/printer_provider/printer_provider_api.cc ('k') | extensions/browser/api/runtime/runtime_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698