Index: ui/views/controls/table/native_table_wrapper.h |
diff --git a/views/controls/table/native_table_wrapper.h b/ui/views/controls/table/native_table_wrapper.h |
similarity index 92% |
rename from views/controls/table/native_table_wrapper.h |
rename to ui/views/controls/table/native_table_wrapper.h |
index 5b331b413d4460ab15100b038ab2f4233b929cff..451378b6f82c1a178be705f7585de66b91a250d6 100644 |
--- a/views/controls/table/native_table_wrapper.h |
+++ b/ui/views/controls/table/native_table_wrapper.h |
@@ -2,11 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |
-#define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |
+#ifndef UI_VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |
+#define UI_VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |
#pragma once |
#include "ui/gfx/native_widget_types.h" |
+#include "ui/gfx/rect.h" |
namespace ui { |
struct TableColumn; |
@@ -81,4 +82,4 @@ class NativeTableWrapper { |
} // namespace views |
-#endif // VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |
+#endif // UI_VIEWS_CONTROLS_TABLE_NATIVE_TABLE_WRAPPER_H_ |