summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/shell_dialogs_aura.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/shell_dialogs_aura.cc')
-rw-r--r--chrome/browser/ui/views/shell_dialogs_aura.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/shell_dialogs_aura.cc b/chrome/browser/ui/views/shell_dialogs_aura.cc
index 365fb4b..a0753ee 100644
--- a/chrome/browser/ui/views/shell_dialogs_aura.cc
+++ b/chrome/browser/ui/views/shell_dialogs_aura.cc
@@ -7,6 +7,8 @@
#include "chrome/browser/ui/views/file_manager_dialog.h"
#include "content/public/browser/browser_thread.h"
+using content::BrowserThread;
+
// static
SelectFileDialog* SelectFileDialog::Create(Listener* listener) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));