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

Unified Diff: storage/browser/blob/shareable_file_reference.h

Issue 810403004: [Storage] Blob Storage Refactoring pt 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 years, 11 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: storage/browser/blob/shareable_file_reference.h
diff --git a/storage/common/blob/shareable_file_reference.h b/storage/browser/blob/shareable_file_reference.h
similarity index 89%
rename from storage/common/blob/shareable_file_reference.h
rename to storage/browser/blob/shareable_file_reference.h
index bd9d050374925b8ee9339de1316a3174e898c7ad..e2739dcf8604654772991a11d14239c1c20cba23 100644
--- a/storage/common/blob/shareable_file_reference.h
+++ b/storage/browser/blob/shareable_file_reference.h
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef STORAGE_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
-#define STORAGE_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
+#ifndef STORAGE_BROWSER_BLOB_SHAREABLE_FILE_REFERENCE_H_
+#define STORAGE_BROWSER_BLOB_SHAREABLE_FILE_REFERENCE_H_
#include <vector>
-#include "storage/common/blob/scoped_file.h"
+#include "storage/browser/blob/scoped_file.h"
+#include "storage/browser/storage_browser_export.h"
namespace storage {
@@ -15,7 +16,7 @@ namespace storage {
// same path if it already exists in its internal map.
// This class is non-thread-safe and all methods must be called on a single
// thread.
-class STORAGE_COMMON_EXPORT ShareableFileReference
+class STORAGE_EXPORT ShareableFileReference
: public base::RefCounted<ShareableFileReference> {
public:
typedef ScopedFile::ScopeOutCallback FinalReleaseCallback;
@@ -71,4 +72,4 @@ class STORAGE_COMMON_EXPORT ShareableFileReference
} // namespace storage
-#endif // STORAGE_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
+#endif // STORAGE_BROWSER_BLOB_SHAREABLE_FILE_REFERENCE_H_

Powered by Google App Engine
This is Rietveld 408576698