Index: chrome/browser/storage_monitor/media_storage_util.h |
diff --git a/chrome/browser/storage_monitor/media_storage_util.h b/chrome/browser/storage_monitor/media_storage_util.h |
index c62740371db3ec1e1634f6e1e8453b46f65263f9..3c6820035187e0a75cf78a179a6ec7146ed9f49a 100644 |
--- a/chrome/browser/storage_monitor/media_storage_util.h |
+++ b/chrome/browser/storage_monitor/media_storage_util.h |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// chrome::MediaStorageUtil provides information about storage devices attached |
+// MediaStorageUtil provides information about storage devices attached |
// to the computer. |
#ifndef CHROME_BROWSER_STORAGE_MONITOR_MEDIA_STORAGE_UTIL_H_ |
@@ -15,8 +15,6 @@ |
#include "base/callback_forward.h" |
#include "base/files/file_path.h" |
-namespace chrome { |
- |
struct StorageInfo; |
class MediaStorageUtil { |
@@ -65,6 +63,4 @@ class MediaStorageUtil { |
DISALLOW_IMPLICIT_CONSTRUCTORS(MediaStorageUtil); |
}; |
-} // namespace chrome |
- |
#endif // CHROME_BROWSER_STORAGE_MONITOR_MEDIA_STORAGE_UTIL_H_ |