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

Unified Diff: chrome/browser/ui/layout_constants.h

Issue 1508203003: Move layout_constants.cc from c/b/ui/views/ to c/b/ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: what is mus Created 5 years 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 | « no previous file | chrome/browser/ui/layout_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/layout_constants.h
diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/layout_constants.h
similarity index 96%
rename from chrome/browser/ui/views/layout_constants.h
rename to chrome/browser/ui/layout_constants.h
index 352a1e0d2e0a4435a1ec3bc98f0fc8239c366c7c..e413a3f784662922d4137c928ec519098d4bec39 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/layout_constants.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 CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
-#define CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
+#ifndef CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_
+#define CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_
#include "ui/gfx/geometry/insets.h"
@@ -126,4 +126,4 @@ enum LayoutInset {
int GetLayoutConstant(LayoutConstant constant);
gfx::Insets GetLayoutInsets(LayoutInset inset);
-#endif // CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
+#endif // CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/ui/layout_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698