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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa_file_util.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 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/fileapi/picasa_file_util.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa_file_util.h b/chrome/browser/media_galleries/fileapi/picasa_file_util.h
index b14d115903165aa224882476e647eabd0a7c9fe2..92d9b708c01c62d0cbc13c8edbb8f5db0e1ceebf 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_file_util.h
+++ b/chrome/browser/media_galleries/fileapi/picasa_file_util.h
@@ -25,9 +25,9 @@ extern const char kPicasaDirFolders[];
// - /folders/
// - /folders/My Pictures 2013-08-21/flower.jpg
// - /folders/Photos 2013-08-21/
-class PicasaFileUtil : public chrome::NativeMediaFileUtil {
+class PicasaFileUtil : public NativeMediaFileUtil {
public:
- explicit PicasaFileUtil(chrome::MediaPathFilter* media_path_filter);
+ explicit PicasaFileUtil(MediaPathFilter* media_path_filter);
virtual ~PicasaFileUtil();
protected:

Powered by Google App Engine
This is Rietveld 408576698