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

Side by Side Diff: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h

Issue 1846723007: Fix IWYU violators that don't include scoped_ptr.h in CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_FILE _UTIL_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_FILE _UTIL_H_
6 #define CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_FILE _UTIL_H_ 6 #define CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_FILE _UTIL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h"
12 #include "storage/browser/fileapi/async_file_util.h" 13 #include "storage/browser/fileapi/async_file_util.h"
13 14
14 namespace chromeos { 15 namespace chromeos {
15 namespace file_system_provider { 16 namespace file_system_provider {
16 17
17 class FileSystemInterface; 18 class FileSystemInterface;
18 19
19 // TODO(mtomasz): Remove this namespace. 20 // TODO(mtomasz): Remove this namespace.
20 namespace internal { 21 namespace internal {
21 22
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 97
97 private: 98 private:
98 DISALLOW_COPY_AND_ASSIGN(ProviderAsyncFileUtil); 99 DISALLOW_COPY_AND_ASSIGN(ProviderAsyncFileUtil);
99 }; 100 };
100 101
101 } // namespace internal 102 } // namespace internal
102 } // namespace file_system_provider 103 } // namespace file_system_provider
103 } // namespace chromeos 104 } // namespace chromeos
104 105
105 #endif // CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_F ILE_UTIL_H_ 106 #endif // CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_F ILE_UTIL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698