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

Unified Diff: ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h

Issue 8658009: views: Move tabbed_pane directory to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
diff --git a/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
similarity index 92%
rename from views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
rename to ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
index 0a3599256d5b4b189db0a9a6e3de3c60867e9805..bc0f23986c7ca7161c691d996ddb21903ae9d1e6 100644
--- a/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.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_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
-#define VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
+#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
+#define UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
#pragma once
#include "base/string16.h"
@@ -71,4 +71,4 @@ class NativeTabbedPaneWrapper {
} // namespace views
-#endif // VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
+#endif // UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_

Powered by Google App Engine
This is Rietveld 408576698