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

Unified Diff: app/resource_bundle.cc

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/resource_bundle.h ('k') | app/sql/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle.cc
diff --git a/app/resource_bundle.cc b/app/resource_bundle.cc
index 4b97c90cc67c02eac3f47a0399b78d161d4e67cc..ec285818bf2d1a4ab4c6a70c9a818a49f3a2f905 100644
--- a/app/resource_bundle.cc
+++ b/app/resource_bundle.cc
@@ -214,6 +214,9 @@ ResourceBundle::LoadedDataPack::LoadedDataPack(const FilePath& path)
Load();
}
+ResourceBundle::LoadedDataPack::~LoadedDataPack() {
+}
+
void ResourceBundle::LoadedDataPack::Load() {
DCHECK(!data_pack_.get());
data_pack_.reset(new base::DataPack);
« no previous file with comments | « app/resource_bundle.h ('k') | app/sql/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698