~osomon/oxide/non-ime-initiated-text-edit

« back to all changes in this revision

Viewing changes to shared/browser/oxide_web_preferences.h

  • Committer: Olivier Tilloy
  • Date: 2015-06-15 14:13:07 UTC
  • mfrom: (1022.1.110 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20150615141307-db9q44mc5wduuot0
Merge the latest changes from trunk and resolve a conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
  bool attributes_[ATTR_LAST];
133
133
 
134
 
  ObserverList<WebPreferencesObserver> observers_;
 
134
  base::ObserverList<WebPreferencesObserver> observers_;
135
135
 
136
136
  DISALLOW_COPY_AND_ASSIGN(WebPreferences);
137
137
};