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

Side by Side Diff: chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_
6 #define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_ 6 #define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/file_path.h" 13 #include "base/file_path.h"
14 #include "chrome/browser/chromeos/gdata/drive_file_formats.h" 14 #include "chrome/browser/chromeos/gdata/drive_file_formats.h"
15 #include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
16 #include "chrome/browser/google_apis/gdata_errorcode.h" 15 #include "chrome/browser/google_apis/gdata_errorcode.h"
16 #include "chrome/browser/google_apis/gdata_wapi_parser.h"
17 17
18 namespace gdata { 18 namespace gdata {
19 19
20 class DriveDirectory; 20 class DriveDirectory;
21 class DriveEntry; 21 class DriveEntry;
22 class DriveResourceMetadata; 22 class DriveResourceMetadata;
23 23
24 typedef std::map<std::string /* resource_id */, DriveEntry*> 24 typedef std::map<std::string /* resource_id */, DriveEntry*>
25 FileResourceIdMap; 25 FileResourceIdMap;
26 26
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 const FileResourceIdMap& file_map, 105 const FileResourceIdMap& file_map,
106 DriveResourceMetadata* orphaned_ressources); 106 DriveResourceMetadata* orphaned_ressources);
107 107
108 DriveResourceMetadata* resource_metadata_; // Not owned. 108 DriveResourceMetadata* resource_metadata_; // Not owned.
109 DISALLOW_COPY_AND_ASSIGN(GDataWapiFeedProcessor); 109 DISALLOW_COPY_AND_ASSIGN(GDataWapiFeedProcessor);
110 }; 110 };
111 111
112 } // namespace gdata 112 } // namespace gdata
113 113
114 #endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_ 114 #endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_FEED_PROCESSOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc ('k') | chrome/browser/chromeos/gdata/gdata_wapi_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698