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

Unified Diff: chrome/browser/ui/app_list/arc/arc_default_app_list.cc

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ Created 3 years, 10 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/ui/app_list/arc/arc_default_app_list.cc
diff --git a/chrome/browser/ui/app_list/arc/arc_default_app_list.cc b/chrome/browser/ui/app_list/arc/arc_default_app_list.cc
index 582f4636d2987d06a96fa34544c9c75c4364289e..c21fac9e980021f3d471a9ad23702a652fcbb600 100644
--- a/chrome/browser/ui/app_list/arc/arc_default_app_list.cc
+++ b/chrome/browser/ui/app_list/arc/arc_default_app_list.cc
@@ -24,7 +24,7 @@ const char kName[] = "name";
const char kOem[] = "oem";
const char kPackageName[] = "package_name";
-// Sub-directory wher Arc apps forward declarations are stored.
+// Sub-directory wher ARC apps forward declarations are stored.
const base::FilePath::CharType kArcDirectory[] = FILE_PATH_LITERAL("arc");
const base::FilePath::CharType kArcTestDirectory[] =
FILE_PATH_LITERAL("arc_default_apps");
@@ -88,8 +88,8 @@ ReadAppsFromFileThread() {
package_name.empty() ||
activity.empty() ||
app_path.empty()) {
- VLOG(2) << "Arc app declaration is incomplete in file "
- << file.value() << ".";
+ VLOG(2) << "ARC app declaration is incomplete in file " << file.value()
+ << ".";
continue;
}

Powered by Google App Engine
This is Rietveld 408576698