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

Side by Side Diff: chrome/browser/system_monitor/media_storage_util.h

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
vandebo (ex-Chrome) 2012/09/04 21:47:58 This file should get renamed. Maybe removable_dev
Hongbo Min 2012/09/05 08:42:56 Seems it is better to rename this file together wi
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 // chrome::MediaStorageUtil provides information about storage devices attached 5 // chrome::MediaStorageUtil provides information about storage devices attached
6 // to the computer. 6 // to the computer.
7 7
8 #ifndef CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_ 8 #ifndef CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_
9 #define CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_ 9 #define CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_
10 10
11 #include <string> 11 #include <string>
12 12
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/callback_forward.h" 14 #include "base/callback_forward.h"
15 #include "base/file_path.h" 15 #include "base/file_path.h"
16 16
17 namespace chrome { 17 namespace chrome {
18 18
19 class MediaStorageUtil { 19 class MediaStorageUtil {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 private: 70 private:
71 // All methods are static, this class should not be instantiated. 71 // All methods are static, this class should not be instantiated.
72 MediaStorageUtil(); 72 MediaStorageUtil();
73 73
74 DISALLOW_COPY_AND_ASSIGN(MediaStorageUtil); 74 DISALLOW_COPY_AND_ASSIGN(MediaStorageUtil);
75 }; 75 };
76 76
77 } // namespace chrome 77 } // namespace chrome
78 78
79 #endif // CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_ 79 #endif // CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698