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

Unified Diff: chrome/browser/apps/app_shim/app_shim_handler_mac.h

Issue 584823002: Move apps/app_shim to chrome/browser/apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/apps/app_shim/app_shim_handler_mac.h
diff --git a/apps/app_shim/app_shim_handler_mac.h b/chrome/browser/apps/app_shim/app_shim_handler_mac.h
similarity index 93%
rename from apps/app_shim/app_shim_handler_mac.h
rename to chrome/browser/apps/app_shim/app_shim_handler_mac.h
index 2cc3425b9fb61a05b90eb67b13cb99021beb61ef..f928f03fb0633583c48aafe4695432383be1bd67 100644
--- a/apps/app_shim/app_shim_handler_mac.h
+++ b/chrome/browser/apps/app_shim/app_shim_handler_mac.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_
-#define APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_
+#ifndef CHROME_BROWSER_APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_
+#define CHROME_BROWSER_APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_
#include <string>
#include <vector>
-#include "apps/app_shim/app_shim_launch.h"
#include "base/files/file_path.h"
+#include "chrome/browser/apps/app_shim/app_shim_launch.h"
namespace apps {
@@ -93,4 +93,4 @@ class AppShimHandler {
} // namespace apps
-#endif // APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_
+#endif // CHROME_BROWSER_APPS_APP_SHIM_APP_SHIM_HANDLER_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698