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

Side by Side Diff: extensions/browser/api/document_scan/document_scan_interface_chromeos.h

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 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 EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS_H_ 5 #ifndef EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS_H_
6 #define EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS_H_ 6 #define EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS_H_
7 7
8 #include "base/macros.h"
9 #include "chromeos/dbus/lorgnette_manager_client.h"
8 #include "extensions/browser/api/document_scan/document_scan_interface.h" 10 #include "extensions/browser/api/document_scan/document_scan_interface.h"
9 #include "chromeos/dbus/lorgnette_manager_client.h"
10 11
11 namespace extensions { 12 namespace extensions {
12 13
13 namespace api { 14 namespace api {
14 15
15 class DocumentScanInterfaceChromeos : public DocumentScanInterface { 16 class DocumentScanInterfaceChromeos : public DocumentScanInterface {
16 public: 17 public:
17 DocumentScanInterfaceChromeos(); 18 DocumentScanInterfaceChromeos();
18 ~DocumentScanInterfaceChromeos() override; 19 ~DocumentScanInterfaceChromeos() override;
19 20
(...skipping 19 matching lines...) Expand all
39 chromeos::LorgnetteManagerClient* lorgnette_manager_client_; 40 chromeos::LorgnetteManagerClient* lorgnette_manager_client_;
40 41
41 DISALLOW_COPY_AND_ASSIGN(DocumentScanInterfaceChromeos); 42 DISALLOW_COPY_AND_ASSIGN(DocumentScanInterfaceChromeos);
42 }; 43 };
43 44
44 } // namespace api 45 } // namespace api
45 46
46 } // namespace extensions 47 } // namespace extensions
47 48
48 #endif // EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS _H_ 49 #endif // EXTENSIONS_BROWSER_API_DOCUMENT_SCAN_DOCUMENT_SCAN_INTERFACE_CHROMEOS _H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698