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

Unified Diff: mojo/application/public/cpp/app_lifetime_helper.h

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 | « mojo/application/public/cpp/BUILD.gn ('k') | mojo/application/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/public/cpp/app_lifetime_helper.h
diff --git a/mojo/application/app_lifetime_helper.h b/mojo/application/public/cpp/app_lifetime_helper.h
similarity index 92%
rename from mojo/application/app_lifetime_helper.h
rename to mojo/application/public/cpp/app_lifetime_helper.h
index ad62223e46a431bbbdc1ce207d71a078b4bf5ce7..dd5cb817a6558b43619f9c31ff8375e045c22c5d 100644
--- a/mojo/application/app_lifetime_helper.h
+++ b/mojo/application/public/cpp/app_lifetime_helper.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 MOJO_APPLICATION_APP_LIFETIME_HELPER_H_
-#define MOJO_APPLICATION_APP_LIFETIME_HELPER_H_
+#ifndef MOJO_APPLICATION_PUBLIC_CPP_APP_LIFETIME_HELPER_H_
+#define MOJO_APPLICATION_PUBLIC_CPP_APP_LIFETIME_HELPER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -73,4 +73,4 @@ class AppLifetimeHelper {
} // namespace mojo
-#endif // MOJO_APPLICATION_APP_LIFETIME_HELPER_H_
+#endif // MOJO_APPLICATION_PUBLIC_CPP_APP_LIFETIME_HELPER_H_
« no previous file with comments | « mojo/application/public/cpp/BUILD.gn ('k') | mojo/application/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698