Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
TBR=ben
Review URL: http://codereview.chromium.org/171092

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23604 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mattm@chromium.org committed Aug 18, 2009
1 parent 7334369 commit efd7378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/combobox_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef APP_COMBOBOX_MODEL_H_
#define APP_COMBOBOX_MODEL_H_

#include <string>

// The interface for models backing a combobox.
class ComboboxModel {
public:
Expand Down

0 comments on commit efd7378

Please sign in to comment.