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

Unified Diff: chrome/browser/chromeos/gdata/drive_entry_kinds.h

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect comments Created 8 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/chromeos/gdata/drive_entry_kinds.h
diff --git a/chrome/browser/chromeos/gdata/drive_entry_kinds.h b/chrome/browser/chromeos/gdata/drive_entry_kinds.h
deleted file mode 100644
index e70c25a459b4b9c7cff15a463bd78b79a317885d..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/gdata/drive_entry_kinds.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
-
-namespace gdata {
-
-// DriveEntryKind specifies the kind of a Drive entry.
-//
-// kEntryKindMap in gdata_wapi_parser.cc should also be updated if you modify
-// DriveEntryKind. The compiler will catch if they are not in sync.
-enum DriveEntryKind {
- ENTRY_KIND_UNKNOWN,
- // Special entries.
- ENTRY_KIND_ITEM,
- ENTRY_KIND_SITE,
- // Hosted Google document.
- ENTRY_KIND_DOCUMENT,
- ENTRY_KIND_SPREADSHEET,
- ENTRY_KIND_PRESENTATION,
- ENTRY_KIND_DRAWING,
- ENTRY_KIND_TABLE,
- // Hosted external application document.
- ENTRY_KIND_EXTERNAL_APP,
- // Folders; collections.
- ENTRY_KIND_FOLDER,
- // Regular files.
- ENTRY_KIND_FILE,
- ENTRY_KIND_PDF,
-
- // This should be the last item.
- ENTRY_KIND_MAX_VALUE,
-};
-
-} // namespace gdata
-
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_download_observer.cc ('k') | chrome/browser/chromeos/gdata/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698