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

Unified Diff: chrome/browser/google_apis/drive_uploader.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_uploader.h
diff --git a/chrome/browser/chromeos/gdata/drive_uploader.h b/chrome/browser/google_apis/drive_uploader.h
similarity index 96%
rename from chrome/browser/chromeos/gdata/drive_uploader.h
rename to chrome/browser/google_apis/drive_uploader.h
index 012c0dccb4a73d3a741a7fe1b16b36a74bf0d376..074fa1fee0cb7adb20cc267a81e5dc51aa8e7426 100644
--- a/chrome/browser/chromeos/gdata/drive_uploader.h
+++ b/chrome/browser/google_apis/drive_uploader.h
@@ -2,17 +2,17 @@
// 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_UPLOADER_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOADER_H_
+#ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_
+#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_
#include <map>
#include <string>
#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/chromeos/gdata/drive_upload_mode.h"
-#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
+#include "chrome/browser/google_apis/drive_upload_mode.h"
#include "chrome/browser/google_apis/gdata_errorcode.h"
+#include "chrome/browser/google_apis/gdata_wapi_parser.h"
#include "net/base/file_stream.h"
class GURL;
@@ -243,4 +243,4 @@ class DriveUploader : public DriveUploaderInterface {
} // namespace gdata
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOADER_H_
+#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_

Powered by Google App Engine
This is Rietveld 408576698