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

Unified Diff: extensions/browser/app_window/size_constraints.h

Issue 484613002: Move apps::SizeConstraints to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extensions/browser/app_window 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/BUILD.gn ('k') | extensions/browser/app_window/size_constraints.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/size_constraints.h
diff --git a/apps/size_constraints.h b/extensions/browser/app_window/size_constraints.h
similarity index 87%
rename from apps/size_constraints.h
rename to extensions/browser/app_window/size_constraints.h
index 353037bb46fd0e72fbf36c95449905446fecd97d..ecacf1e5eb13ee5e848cb49fccded4458f3ff9db 100644
--- a/apps/size_constraints.h
+++ b/extensions/browser/app_window/size_constraints.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 APPS_SIZE_CONSTRAINTS_H_
-#define APPS_SIZE_CONSTRAINTS_H_
+#ifndef EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_
+#define EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_
#include "ui/gfx/geometry/size.h"
@@ -11,7 +11,7 @@ namespace gfx {
class Insets;
}
-namespace apps {
+namespace extensions {
class SizeConstraints {
public:
@@ -52,6 +52,6 @@ class SizeConstraints {
gfx::Size maximum_size_;
};
-} // namespace apps
+} // namespace extensions
-#endif // APPS_SIZE_CONSTRAINTS_H_
+#endif // EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/app_window/size_constraints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698