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

Unified Diff: chrome/browser/google_api/drive_api_parser.h

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependency problem 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_api/drive_api_parser.h
diff --git a/chrome/browser/chromeos/gdata/drive_api_parser.h b/chrome/browser/google_api/drive_api_parser.h
similarity index 98%
rename from chrome/browser/chromeos/gdata/drive_api_parser.h
rename to chrome/browser/google_api/drive_api_parser.h
index a41792eda0a0ee1a2a7cdf3a678bb9c9fbb440db..260a06d8ef5e73aa2599142dc052e6e6fe22a584 100644
--- a/chrome/browser/chromeos/gdata/drive_api_parser.h
+++ b/chrome/browser/google_api/drive_api_parser.h
@@ -2,8 +2,8 @@
// 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_API_PARSER_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_PARSER_H_
+#ifndef CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_
+#define CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_
#include <string>
#include <vector>
@@ -98,7 +98,7 @@ class DriveAppIcon {
IconCategory category() const { return category_; }
// Size in pixels of one side of the icon (icons are always square).
- const int icon_side_length() const { return icon_side_length_; }
+ int icon_side_length() const { return icon_side_length_; }
// Returns URL for this icon.
const GURL& icon_url() const { return icon_url_; }
@@ -590,4 +590,4 @@ class ChangeList {
} // namespace gdata
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_PARSER_H_
+#endif // CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698