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

Side by Side Diff: chrome/browser/chromeos/options/settings_page_view.h

Issue 6204002: Carnitas: Remove chrome/browser/views, update references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yay, more syncing 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
11 #include "chrome/browser/views/options/options_page_view.h" 11 #include "chrome/browser/ui/views/options/options_page_view.h"
12 12
13 #include "views/grid_layout.h" 13 #include "views/grid_layout.h"
14 #include "views/standard_layout.h" 14 #include "views/standard_layout.h"
15 15
16 using views::ColumnSet; 16 using views::ColumnSet;
17 using views::GridLayout; 17 using views::GridLayout;
18 18
19 namespace chromeos { 19 namespace chromeos {
20 20
21 class SettingsContentsView; 21 class SettingsContentsView;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 int single_column_view_set_id_; 57 int single_column_view_set_id_;
58 int double_column_view_set_id_; 58 int double_column_view_set_id_;
59 59
60 DISALLOW_COPY_AND_ASSIGN(SettingsPageSection); 60 DISALLOW_COPY_AND_ASSIGN(SettingsPageSection);
61 }; 61 };
62 62
63 } // namespace chromeos 63 } // namespace chromeos
64 64
65 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_ 65 #endif // CHROME_BROWSER_CHROMEOS_OPTIONS_SETTINGS_PAGE_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/language_pinyin_config_view.h ('k') | chrome/browser/chromeos/setting_level_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698