diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 14:06:44 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 14:06:44 +0000 |
commit | 8478236a1906d13c04e6a4c002d0d8bb944d0333 (patch) | |
tree | df95b8df6f4bf9d602f9bc564c137fbe1d8a956d /chrome/browser/chromeos/drive/drive_file_system_interface.h | |
parent | a375ec0c1e509b4b8a9bfb0d51dbeb4b560b3f1c (diff) | |
download | chromium_src-8478236a1906d13c04e6a4c002d0d8bb944d0333.zip chromium_src-8478236a1906d13c04e6a4c002d0d8bb944d0333.tar.gz chromium_src-8478236a1906d13c04e6a4c002d0d8bb944d0333.tar.bz2 |
drive: Move ResourceMetadata to the internal namespace
BUG=231222
TEST=build
Review URL: https://chromiumcodereview.appspot.com/14564008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_file_system_interface.h')
-rw-r--r-- | chrome/browser/chromeos/drive/drive_file_system_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h index ee27ac2..b2f170a 100644 --- a/chrome/browser/chromeos/drive/drive_file_system_interface.h +++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h @@ -22,7 +22,6 @@ class ResourceEntry; namespace drive { class FileSystemObserver; -class ResourceMetadata; typedef std::vector<DriveEntryProto> DriveEntryProtoVector; |