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

Unified Diff: chrome/browser/chromeos/gdata/gdata_wapi_parser.h

Issue 10692152: Rename gdata_parser to gdata_wapi_parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. 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
Index: chrome/browser/chromeos/gdata/gdata_wapi_parser.h
diff --git a/chrome/browser/chromeos/gdata/gdata_parser.h b/chrome/browser/chromeos/gdata/gdata_wapi_parser.h
similarity index 99%
rename from chrome/browser/chromeos/gdata/gdata_parser.h
rename to chrome/browser/chromeos/gdata/gdata_wapi_parser.h
index 090c5ae466940509a603131cdd7ef3e869e763b0..46fdd095cc21ffb87600f0c88e7697d12bbdc23a 100644
--- a/chrome/browser/chromeos/gdata/gdata_parser.h
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_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_GDATA_PARSER_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_PARSER_H_
+#ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_PARSER_H_
+#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_PARSER_H_
#include <string>
#include <vector>
@@ -698,4 +698,4 @@ class AccountMetadataFeed {
} // namespace gdata
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_PARSER_H_
+#endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_WAPI_PARSER_H_
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_upload_file_info.cc ('k') | chrome/browser/chromeos/gdata/gdata_wapi_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698