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

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

Issue 23513059: Media Galleries API Picasa: End-to-end browsertest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_finder.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa_finder.h b/chrome/browser/media_galleries/fileapi/picasa_finder.h
index c45d98aba22069c75f8573d8e19169bfc9620037..504d3c2afabef19ba545021bdfd643ec0fb8c5d6 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_finder.h
+++ b/chrome/browser/media_galleries/fileapi/picasa_finder.h
@@ -11,8 +11,6 @@
namespace picasa {
-namespace PicasaFinder {
-
typedef base::Callback<void(const std::string&)> DeviceIDCallback;
// Bounces to FILE thread to find Picasa database. If the platform supports
@@ -21,8 +19,6 @@ typedef base::Callback<void(const std::string&)> DeviceIDCallback;
// with an empty string.
void FindPicasaDatabase(const DeviceIDCallback& callback);
-}
-
} // namespace picasa
#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_PICASA_FINDER_H_

Powered by Google App Engine
This is Rietveld 408576698