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

Side by Side Diff: chrome/browser/storage_monitor/test_volume_mount_watcher_win.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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 // This file contains a subclass of VolumeMountWatcherWin to expose some 5 // This file contains a subclass of VolumeMountWatcherWin to expose some
6 // functionality for testing. 6 // functionality for testing.
7 7
8 #ifndef CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_ 8 #ifndef CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_
9 #define CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_ 9 #define CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_
10 10
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/string16.h" 14 #include "base/strings/string16.h"
15 #include "base/synchronization/waitable_event.h" 15 #include "base/synchronization/waitable_event.h"
16 #include "chrome/browser/storage_monitor/volume_mount_watcher_win.h" 16 #include "chrome/browser/storage_monitor/volume_mount_watcher_win.h"
17 17
18 namespace base { 18 namespace base {
19 class FilePath; 19 class FilePath;
20 } 20 }
21 21
22 namespace chrome { 22 namespace chrome {
23 namespace test { 23 namespace test {
24 24
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 scoped_ptr<base::WaitableEvent> device_check_complete_event_; 64 scoped_ptr<base::WaitableEvent> device_check_complete_event_;
65 bool attached_devices_fake_; 65 bool attached_devices_fake_;
66 66
67 DISALLOW_COPY_AND_ASSIGN(TestVolumeMountWatcherWin); 67 DISALLOW_COPY_AND_ASSIGN(TestVolumeMountWatcherWin);
68 }; 68 };
69 69
70 } // namespace test 70 } // namespace test
71 } // namespace chrome 71 } // namespace chrome
72 72
73 #endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_ 73 #endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698