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

Side by Side Diff: chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc

Issue 10832331: Revert 151829 - Fix gdata includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "base/metrics/histogram.h" 5 #include "base/metrics/histogram.h"
6 #include "chrome/browser/chromeos/gdata/gdata_directory_service.h" 6 #include "chrome/browser/chromeos/gdata/gdata_directory_service.h"
7 #include "chrome/browser/chromeos/gdata/gdata_files.h"
8 #include "chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h" 7 #include "chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h"
9 #include "content/public/browser/browser_thread.h" 8 #include "content/public/browser/browser_thread.h"
10 9
11 using content::BrowserThread; 10 using content::BrowserThread;
12 11
13 namespace gdata { 12 namespace gdata {
14 13
15 namespace { 14 namespace {
16 15
17 // Recursively extracts the paths set of all sub-directories of |entry|. 16 // Recursively extracts the paths set of all sub-directories of |entry|.
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 // If the code above fails to parse a feed, any GDataEntry instance 321 // If the code above fails to parse a feed, any GDataEntry instance
323 // added to |file_by_url| is not managed by a GDataDirectory instance, 322 // added to |file_by_url| is not managed by a GDataDirectory instance,
324 // so we need to explicitly release them here. 323 // so we need to explicitly release them here.
325 STLDeleteValues(file_map); 324 STLDeleteValues(file_map);
326 } 325 }
327 326
328 return error; 327 return error;
329 } 328 }
330 329
331 } // namespace gdata 330 } // namespace gdata
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698