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

Unified Diff: chrome/browser/storage_monitor/media_storage_util.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 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 side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698