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

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

Issue 10704124: Fix style nits in gdata directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_operations.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_parser.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_parser.cc b/chrome/browser/chromeos/gdata/gdata_parser.cc
index 7cd8edbded8541dcac47b2950db8b4837c872eb0..1d8e38cca6a325a26a1dce4668958b9fa438ce17 100644
--- a/chrome/browser/chromeos/gdata/gdata_parser.cc
+++ b/chrome/browser/chromeos/gdata/gdata_parser.cc
@@ -312,8 +312,8 @@ bool Link::GetAppID(const base::StringPiece& rel, std::string* app_id) {
const std::string kOpenWithPrefixStr(kOpenWithPrefix);
if (StartsWithASCII(rel.as_string(), kOpenWithPrefixStr, false)) {
- *app_id = rel.as_string().substr(kOpenWithPrefixStr.size());
- return true;
+ *app_id = rel.as_string().substr(kOpenWithPrefixStr.size());
+ return true;
}
app_id->clear();
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_operations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698