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

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

Issue 1314803004: Move chrome/browser/chromeos/drive/file_system.cc (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/remove_stale_cache_files.h
diff --git a/chrome/browser/chromeos/drive/remove_stale_cache_files.h b/chrome/browser/chromeos/drive/remove_stale_cache_files.h
deleted file mode 100644
index 4e5fddc7cee30e2bc18a37124877339ca5136c76..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/drive/remove_stale_cache_files.h
+++ /dev/null
@@ -1,22 +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_DRIVE_REMOVE_STALE_CACHE_FILES_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_REMOVE_STALE_CACHE_FILES_H_
-
-namespace drive{
-namespace internal {
-
-class FileCache;
-class ResourceMetadata;
-
-// Removes files from |cache| which are not dirty but the MD5 is obsolete.
-// Must be run on the same task runner as |cache| and |resource_metadata| use.
-void RemoveStaleCacheFiles(FileCache* cache,
- ResourceMetadata* resource_metadata);
-
-} // namespace internal
-} // namespace drive
-
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_REMOVE_STALE_CACHE_FILES_H_

Powered by Google App Engine
This is Rietveld 408576698