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

Unified Diff: mojo/application/public/cpp/content_handler_factory.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
Index: mojo/application/public/cpp/content_handler_factory.h
diff --git a/mojo/application/content_handler_factory.h b/mojo/application/public/cpp/content_handler_factory.h
similarity index 92%
rename from mojo/application/content_handler_factory.h
rename to mojo/application/public/cpp/content_handler_factory.h
index 89a1c7cea4bb230962ddd7759e3d913cd6538556..f4bf3439ffce667631cdfac4ee4c63c8db454d53 100644
--- a/mojo/application/content_handler_factory.h
+++ b/mojo/application/public/cpp/content_handler_factory.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_CONTENT_HANDLER_FACTORY_H_
-#define MOJO_APPLICATION_CONTENT_HANDLER_FACTORY_H_
+#ifndef MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
+#define MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
#include "base/memory/scoped_ptr.h"
#include "mojo/application/public/cpp/interface_factory.h"
@@ -77,4 +77,4 @@ make_handled_factory_holder(A* value) {
} // namespace mojo
-#endif // MOJO_APPLICATION_CONTENT_HANDLER_FACTORY_H_
+#endif // MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
« no previous file with comments | « mojo/application/public/cpp/application_test_base.h ('k') | mojo/application/public/cpp/lib/app_lifetime_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698