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

Unified Diff: ash/first_run/first_run_helper.cc

Issue 26277006: Created ash::FirstRunHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 2 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 | « ash/first_run/first_run_helper.h ('k') | ash/first_run/first_run_helper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/first_run_helper.cc
diff --git a/mojo/shell/switches.cc b/ash/first_run/first_run_helper.cc
similarity index 52%
copy from mojo/shell/switches.cc
copy to ash/first_run/first_run_helper.cc
index 0d3883d5a7748cbda9a89dc73755490f104b2218..b4d227bff6f84c2cd824fd8f38c6e406ea2a349a 100644
--- a/mojo/shell/switches.cc
+++ b/ash/first_run/first_run_helper.cc
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/switches.h"
+#include "ash/first_run/first_run_helper.h"
-namespace switches {
+namespace ash {
-const char kApp[] = "app";
+FirstRunHelper::FirstRunHelper() {}
+FirstRunHelper::~FirstRunHelper() {}
+
+} // namespace chromeos
-} // namespace switches
« no previous file with comments | « ash/first_run/first_run_helper.h ('k') | ash/first_run/first_run_helper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698