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

Unified Diff: views/layout/grid_layout.h

Issue 6382009: views: Move grid_layout files into layout directory. Final Part. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « views/examples/table2_example.cc ('k') | views/layout/grid_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layout/grid_layout.h
diff --git a/views/grid_layout.h b/views/layout/grid_layout.h
similarity index 99%
rename from views/grid_layout.h
rename to views/layout/grid_layout.h
index da945b00e8f726c8e57ae53a1aac1a382b865275..f2a01741aa8fa220f235723aefbf19ddc3ea4994 100644
--- a/views/grid_layout.h
+++ b/views/layout/grid_layout.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 VIEWS_GRID_LAYOUT_H_
-#define VIEWS_GRID_LAYOUT_H_
+#ifndef VIEWS_LAYOUT_GRID_LAYOUT_H_
+#define VIEWS_LAYOUT_GRID_LAYOUT_H_
#pragma once
#include <string>
@@ -368,4 +368,4 @@ class ColumnSet {
} // namespace views
-#endif // VIEWS_GRID_LAYOUT_H_
+#endif // VIEWS_LAYOUT_GRID_LAYOUT_H_
« no previous file with comments | « views/examples/table2_example.cc ('k') | views/layout/grid_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698