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

Unified Diff: chrome/browser/chromeos/drive/file_system_metadata.h

Issue 14626003: drive: Rename DriveFileSystemMetadata to FileSystemMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 8 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/chromeos/drive/file_system_metadata.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_metadata.h b/chrome/browser/chromeos/drive/file_system_metadata.h
similarity index 71%
rename from chrome/browser/chromeos/drive/drive_file_system_metadata.h
rename to chrome/browser/chromeos/drive/file_system_metadata.h
index e58ded8113a55f130952a433aa2671f343a3f4db..ab44e4f0aebccc29492f208dab17c9e5664cce28 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_metadata.h
+++ b/chrome/browser/chromeos/drive/file_system_metadata.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_FILE_SYSTEM_METADATA_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_FILE_SYSTEM_METADATA_H_
+#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_METADATA_H_
+#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_METADATA_H_
#include "base/basictypes.h"
#include "base/time.h"
@@ -12,9 +12,9 @@
namespace drive {
// Metadata of DriveFileSystem. Used by DriveFileSystem::GetMetadata().
-struct DriveFileSystemMetadata {
- DriveFileSystemMetadata();
- ~DriveFileSystemMetadata();
+struct FileSystemMetadata {
+ FileSystemMetadata();
+ ~FileSystemMetadata();
// The largest changestamp that the file system holds (may be different
// from the one on the server)
@@ -32,4 +32,4 @@ struct DriveFileSystemMetadata {
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_FILE_SYSTEM_METADATA_H_
+#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_METADATA_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_metadata.cc ('k') | chrome/browser/chromeos/drive/file_system_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698