summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 3ca2278..fb9180d 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -29,6 +29,7 @@
#include "chrome/browser/tab_contents/web_contents.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"
+#include "chrome/common/chrome_plugin_util.h"
#include "chrome/common/gfx/chrome_font.h"
#include "chrome/common/notification_service.h"
#include "chrome/common/pref_service.h"
@@ -441,3 +442,7 @@ std::vector<BookmarkNode*> GetMostRecentlyModifiedGroups(BookmarkModel* model,
}
}
+
+ScopableCPRequest::~ScopableCPRequest() {
+ NOTIMPLEMENTED();
+}