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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa/pmp_column_reader.h

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Add android ifdef. Created 7 years, 8 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/pmp_column_reader.h
diff --git a/webkit/fileapi/media/picasa/pmp_column_reader.h b/chrome/browser/media_galleries/fileapi/picasa/pmp_column_reader.h
similarity index 83%
rename from webkit/fileapi/media/picasa/pmp_column_reader.h
rename to chrome/browser/media_galleries/fileapi/picasa/pmp_column_reader.h
index 8594463a00ba01526d19d20c66f7bf78cb4eec4f..280b91ced752cd9126fe94e94d6ce16f5324f140 100644
--- a/webkit/fileapi/media/picasa/pmp_column_reader.h
+++ b/chrome/browser/media_galleries/fileapi/picasa/pmp_column_reader.h
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_FILEAPI_MEDIA_PICASA_PMP_COLUMN_READER_H_
-#define WEBKIT_FILEAPI_MEDIA_PICASA_PMP_COLUMN_READER_H_
+#ifndef CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_PICASA_PMP_COLUMN_READER_H_
+#define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_PICASA_PMP_COLUMN_READER_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "webkit/fileapi/media/picasa/pmp_constants.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "chrome/browser/media_galleries/fileapi/picasa/pmp_constants.h"
namespace base {
class FilePath;
@@ -20,7 +19,7 @@ class FilePath;
namespace picasaimport {
// Reads a single PMP column from a file.
-class WEBKIT_STORAGE_EXPORT_PRIVATE PmpColumnReader {
+class PmpColumnReader {
public:
PmpColumnReader();
virtual ~PmpColumnReader();
@@ -64,4 +63,4 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE PmpColumnReader {
} // namespace picasaimport
-#endif // WEBKIT_FILEAPI_MEDIA_PICASA_PMP_COLUMN_READER_H_
+#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_PICASA_PMP_COLUMN_READER_H_

Powered by Google App Engine
This is Rietveld 408576698