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

Side by Side Diff: chrome/browser/storage_monitor/storage_monitor.h

Issue 15906011: Use a direct include of strings headers in chrome/browser/r*-s*/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_STORAGE_MONITOR_STORAGE_MONITOR_H_ 5 #ifndef CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_
6 #define CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_ 6 #define CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
14 #include "base/observer_list_threadsafe.h" 14 #include "base/observer_list_threadsafe.h"
15 #include "base/string16.h" 15 #include "base/strings/string16.h"
16 #include "base/synchronization/lock.h" 16 #include "base/synchronization/lock.h"
17 #include "chrome/browser/storage_monitor/storage_info.h" 17 #include "chrome/browser/storage_monitor/storage_info.h"
18 18
19 class ChromeBrowserMainPartsLinux; 19 class ChromeBrowserMainPartsLinux;
20 class ChromeBrowserMainPartsMac; 20 class ChromeBrowserMainPartsMac;
21 class MediaGalleriesPlatformAppBrowserTest; 21 class MediaGalleriesPlatformAppBrowserTest;
22 class MediaGalleriesPrivateApiTest; 22 class MediaGalleriesPrivateApiTest;
23 class MediaGalleriesPrivateEjectApiTest; 23 class MediaGalleriesPrivateEjectApiTest;
24 class SystemInfoStorageApiTest; 24 class SystemInfoStorageApiTest;
25 25
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 173
174 // Map of all the attached removable storage devices. 174 // Map of all the attached removable storage devices.
175 RemovableStorageMap storage_map_; 175 RemovableStorageMap storage_map_;
176 176
177 scoped_ptr<TransientDeviceIds> transient_device_ids_; 177 scoped_ptr<TransientDeviceIds> transient_device_ids_;
178 }; 178 };
179 179
180 } // namespace chrome 180 } // namespace chrome
181 181
182 #endif // CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_ 182 #endif // CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/storage_monitor/storage_info.h ('k') | chrome/browser/storage_monitor/storage_monitor_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698