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

Unified Diff: chrome/browser/views/options/options_window_view.cc

Issue 160598: Add files to browser/sync. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « chrome/browser/sync/sync_status_ui_helper.cc ('k') | chrome/browser/views/options/user_data_page_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/options_window_view.cc
===================================================================
--- chrome/browser/views/options/options_window_view.cc (revision 22400)
+++ chrome/browser/views/options/options_window_view.cc (working copy)
@@ -11,13 +11,13 @@
#include "chrome/browser/views/options/advanced_page_view.h"
#include "chrome/browser/views/options/content_page_view.h"
#include "chrome/browser/views/options/general_page_view.h"
+#ifdef CHROME_PERSONALIZATION
+#include "chrome/browser/sync/personalization.h"
+#include "chrome/browser/views/options/user_data_page_view.h"
+#endif
#include "chrome/common/chrome_constants.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/pref_service.h"
-#ifdef CHROME_PERSONALIZATION
-#include "chrome/personalization/personalization.h"
-#include "chrome/personalization/views/user_data_page_view.h"
-#endif
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "grit/locale_settings.h"
« no previous file with comments | « chrome/browser/sync/sync_status_ui_helper.cc ('k') | chrome/browser/views/options/user_data_page_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698