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

Unified Diff: chrome/browser/chromeos/gdata/gdata_operations_callback.cc

Issue 10855034: Drive: Remove gdata_params.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review (#8) fix 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gdata/gdata_operations_callback.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_params.cc b/chrome/browser/chromeos/gdata/gdata_operations_callback.cc
similarity index 80%
rename from chrome/browser/chromeos/gdata/gdata_params.cc
rename to chrome/browser/chromeos/gdata/gdata_operations_callback.cc
index 29a6bf6422734b6dda8d7cefce851462652ad0be..67fcc55b6566071a33d1c7c6f519f6805699d941 100644
--- a/chrome/browser/chromeos/gdata/gdata_params.cc
+++ b/chrome/browser/chromeos/gdata/gdata_operations_callback.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/gdata/gdata_params.h"
+#include "chrome/browser/chromeos/gdata/gdata_operations_callback.h"
namespace gdata {
@@ -56,18 +56,4 @@ ResumeUploadParams::ResumeUploadParams(
ResumeUploadParams::~ResumeUploadParams() {
}
-LoadRootFeedParams::LoadRootFeedParams(
- FilePath search_file_path,
- bool should_load_from_server,
- const FindEntryCallback& callback)
- : search_file_path(search_file_path),
- should_load_from_server(should_load_from_server),
- load_error(GDATA_FILE_OK),
- load_start_time(base::Time::Now()),
- callback(callback) {
-}
-
-LoadRootFeedParams::~LoadRootFeedParams() {
-}
-
} // namespace gdata

Powered by Google App Engine
This is Rietveld 408576698