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

Unified Diff: extensions/browser/app_window/apps_client.cc

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc Created 6 years, 4 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 | « extensions/browser/app_window/apps_client.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/apps_client.cc
diff --git a/apps/ui/apps_client.cc b/extensions/browser/app_window/apps_client.cc
similarity index 82%
rename from apps/ui/apps_client.cc
rename to extensions/browser/app_window/apps_client.cc
index d62e55d7188118241606cfa6b299473b4b2776fc..e520a2e203c3f9d137ccaeaedd1911bd1f0bfb8a 100644
--- a/apps/ui/apps_client.cc
+++ b/extensions/browser/app_window/apps_client.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/ui/apps_client.h"
+#include "extensions/browser/app_window/apps_client.h"
#include "base/basictypes.h"
-namespace apps {
+namespace extensions {
namespace {
@@ -26,4 +26,4 @@ void AppsClient::Set(AppsClient* client) {
g_client = client;
}
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/browser/app_window/apps_client.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698