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

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

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/app_window/size_constraints.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/size_constraints.cc
diff --git a/apps/size_constraints.cc b/extensions/browser/app_window/size_constraints.cc
similarity index 95%
rename from apps/size_constraints.cc
rename to extensions/browser/app_window/size_constraints.cc
index 4686965f99f5f0963bd025030bc937dcb0a6ae51..250d876d572b877c42961b86e39df2f674f9b3d9 100644
--- a/apps/size_constraints.cc
+++ b/extensions/browser/app_window/size_constraints.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/size_constraints.h"
+#include "extensions/browser/app_window/size_constraints.h"
#include <algorithm>
#include "ui/gfx/insets.h"
-namespace apps {
+namespace extensions {
SizeConstraints::SizeConstraints()
: maximum_size_(kUnboundedSize, kUnboundedSize) {}
@@ -80,4 +80,4 @@ void SizeConstraints::set_maximum_size(const gfx::Size& max_size) {
maximum_size_ = max_size;
}
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/browser/app_window/size_constraints.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698