Commit fcd7ad29 authored by thestig@chromium.org's avatar thestig@chromium.org

StorageMonitor: Make StorageInfo a class.

Review URL: https://codereview.chromium.org/168293002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251957 0039d316-1c4b-4281-b951-d872f2087c98
parent 1b5f9538
......@@ -15,7 +15,7 @@
#include "base/callback_forward.h"
#include "base/files/file_path.h"
struct StorageInfo;
class StorageInfo;
class MediaStorageUtil {
public:
......
......@@ -8,7 +8,7 @@
#include "base/files/file_path.h"
#include "base/strings/string16.h"
struct StorageInfo {
class StorageInfo {
public:
enum Type {
// A removable mass storage device with a DCIM directory.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment