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

Unified Diff: app/resource_bundle.h

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « app/active_window_watcher_x.cc ('k') | app/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle.h
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index 49ca3590b267e08d50b89699807277ea952082e4..44237e2a8a8cee6b3b9faac36a3ed4b9f4fe998c 100644
--- a/app/resource_bundle.h
+++ b/app/resource_bundle.h
@@ -161,6 +161,7 @@ class ResourceBundle {
class LoadedDataPack {
public:
explicit LoadedDataPack(const FilePath& path);
+ ~LoadedDataPack();
bool GetStringPiece(int resource_id, base::StringPiece* data) const;
RefCountedStaticMemory* GetStaticMemory(int resource_id) const;
« no previous file with comments | « app/active_window_watcher_x.cc ('k') | app/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698