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

Unified Diff: chrome/browser/media_galleries/media_galleries_dialog_controller.h

Issue 298843002: Media Galleries: Refactor DeviceMediaAsyncFileUtil. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
Index: chrome/browser/media_galleries/media_galleries_dialog_controller.h
===================================================================
--- chrome/browser/media_galleries/media_galleries_dialog_controller.h (revision 271530)
+++ chrome/browser/media_galleries/media_galleries_dialog_controller.h (working copy)
@@ -5,8 +5,9 @@
#ifndef CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_GALLERIES_DIALOG_CONTROLLER_H_
#define CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_GALLERIES_DIALOG_CONTROLLER_H_
-#include <list>
#include <map>
+#include <string>
+#include <vector>
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698