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

Unified Diff: chrome/browser/google_apis/drive_service_interface.h

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable some tests 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/google_apis/drive_service_interface.h
diff --git a/chrome/browser/chromeos/gdata/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h
similarity index 97%
rename from chrome/browser/chromeos/gdata/drive_service_interface.h
rename to chrome/browser/google_apis/drive_service_interface.h
index c2ae7f9f160dc265de3f1c4d9d07ad19ab500f9b..c3b0fc2d9731575874039b1db7e9419e51e4d3f3 100644
--- a/chrome/browser/chromeos/gdata/drive_service_interface.h
+++ b/chrome/browser/google_apis/drive_service_interface.h
@@ -2,15 +2,15 @@
// 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_SERVICE_INTERFACE_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_SERVICE_INTERFACE_H_
+#ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_
+#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_
#include <string>
// TODO(kochi): Further split gdata_operations.h and include only necessary
// headers. http://crbug.com/141469
// DownloadActionCallback/InitiateUploadParams/ResulmeUploadParams
-#include "chrome/browser/chromeos/gdata/gdata_operations.h"
+#include "chrome/browser/google_apis/gdata_operations.h"
#include "chrome/browser/google_apis/operations_base.h"
class Profile;
@@ -219,4 +219,4 @@ class DriveServiceInterface {
} // namespace gdata
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_SERVICE_INTERFACE_H_
+#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_

Powered by Google App Engine
This is Rietveld 408576698